#C0E8FF

Color #C0E8FF Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C0E8FF

Tints of Pattens Blue #C0E8FF

Color information

#C0E8FF (or 0xC0E8FF) is unknown color: approx Pattens Blue. HEX triplet: C0, E8 and FF. RGB value is (192,232,255). Sum of RGB (Red+Green+Blue) = 192+232+255=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8FF is #3F1700. Grayscale: #DEDEDE. Windows color (decimal): -4134657 or 16771264. OLE color: 16771264.

HSL color Cylindrical-coordinate representation of color #C0E8FF: hue angle of 201.9º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0E8FF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192232255-
CMYK0.250.0900
HSL201.9º100%87.65%-
HSV(B)201.9º24.71%100%-
XYZ68.6476.14105.69-
YUV222.66146.25106.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 28.28%
GREEN value IS 232 (91.02% from 255) = 34.17%
BLUE value IS 255 (100% from 255) = 37.56%
R=28.28%
G=34.17%
B=37.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922322550.250.0900201.910087.65
HexC0E8FF19900ca6458
Octal300350377311100312144130
Binary110000001110100011111111110011001001100101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E8FF; }

 p { color: rgb(192,232,255); }

 H1.HeaderClassName
 {
   color: #C0E8FF;
 }
 .AnyTagClassName
 {
   color: #C0E8FF;
 }
</style>
background-color css

<style>
 a { background-color: #C0E8FF; }

 a { background-color: rgb(192,232,255); }

 div.DivClassName
 {
   background-color: #C0E8FF;
 }
 .BgClassName
 {
   background-color: #C0E8FF;
 }
</style>
border-color css

<style>
 span { border-color: #C0E8FF; }

 span { border-color: rgb(192,232,255); }

 td.TdClassName
 {
   border-color: #C0E8FF;
 }
 .TagClassName
 {
   border-color: #C0E8FF;
 }
</style>