#C0F2FF

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

Shades of Onahau #C0F2FF

Tints of Onahau #C0F2FF

Color information

#C0F2FF (or 0xC0F2FF) is unknown color: approx Onahau. HEX triplet: C0, F2 and FF. RGB value is (192,242,255). Sum of RGB (Red+Green+Blue) = 192+242+255=689 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.87% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F2FF is #3F0D00. Grayscale: #E4E4E4. Windows color (decimal): -4132097 or 16773824. OLE color: 16773824.

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

Color convert

RGB192242255-
CMYK0.250.0500
HSL192.38º100%87.65%-
HSV(B)192.38º24.71%100%-
XYZ71.5481.93106.65-
YUV228.53142.94101.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.87%
GREEN value IS 242 (94.92% from 255) = 35.12%
BLUE value IS 255 (100% from 255) = 37.01%
R=27.87%
G=35.12%
B=37.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922422550.250.0500192.3810087.65
HexC0F2FF19500c06458
Octal30036237731500300144130
Binary11000000111100101111111111001101001100000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F2FF; }

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

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

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

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

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

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

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

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