#C0F0FF

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

Shades of Onahau #C0F0FF

Tints of Onahau #C0F0FF

Color information

#C0F0FF (or 0xC0F0FF) is unknown color: approx Onahau. HEX triplet: C0, F0 and FF. RGB value is (192,240,255). Sum of RGB (Red+Green+Blue) = 192+240+255=687 (90% of max value = 765). Red value is 192 (75.39% from 255 or 27.95% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F0FF is #3F0F00. Grayscale: #E3E3E3. Windows color (decimal): -4132609 or 16773312. OLE color: 16773312.

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

Color convert

RGB192240255-
CMYK0.250.0600
HSL194.29º100%87.65%-
HSV(B)194.29º24.71%100%-
XYZ70.9580.75106.45-
YUV227.36143.6102.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.95%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 255 (100% from 255) = 37.12%
R=27.95%
G=34.93%
B=37.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922402550.250.0600194.2910087.65
HexC0F0FF19600c26458
Octal30036037731600302144130
Binary11000000111100001111111111001110001100001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F0FF; }

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

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

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

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

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

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

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

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