#C0F5FF

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

Shades of Onahau #C0F5FF

Tints of Onahau #C0F5FF

Color information

#C0F5FF (or 0xC0F5FF) is unknown color: approx Onahau. HEX triplet: C0, F5 and FF. RGB value is (192,245,255). Sum of RGB (Red+Green+Blue) = 192+245+255=692 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.75% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F5FF is #3F0A00. Grayscale: #E6E6E6. Windows color (decimal): -4131329 or 16774592. OLE color: 16774592.

HSL color Cylindrical-coordinate representation of color #C0F5FF: hue angle of 189.52º 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 #C0F5FF is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192245255-
CMYK0.250.0400
HSL189.52º100%87.65%-
HSV(B)189.52º24.71%100%-
XYZ72.4483.73106.95-
YUV230.29141.94100.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.75%
GREEN value IS 245 (96.09% from 255) = 35.40%
BLUE value IS 255 (100% from 255) = 36.85%
R=27.75%
G=35.40%
B=36.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922452550.250.0400189.5210087.65
HexC0F5FF19400be6458
Octal30036537731400276144130
Binary11000000111101011111111111001100001011111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F5FF; }

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

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

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

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

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

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

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

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