#C0F5FC

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

Shades of Onahau #C0F5FC

Tints of Onahau #C0F5FC

Color information

#C0F5FC (or 0xC0F5FC) is unknown color: approx Onahau. HEX triplet: C0, F5 and FC. RGB value is (192,245,252). Sum of RGB (Red+Green+Blue) = 192+245+252=689 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.87% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0F5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F5FC is #3F0A03. Grayscale: #E5E5E5. Windows color (decimal): -4131332 or 16577984. OLE color: 16577984.

HSL color Cylindrical-coordinate representation of color #C0F5FC: hue angle of 187º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F5FC is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192245252-
CMYK0.240.0300.01
HSL187º90.91%87.06%-
HSV(B)187º23.81%98.82%-
XYZ71.9683.54104.43-
YUV229.95140.44100.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.87%
GREEN value IS 245 (96.09% from 255) = 35.56%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=27.87%
G=35.56%
B=36.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922452520.240.0300.0118790.9187.06
HexC0F5FC18301bb5b57
Octal30036537430301273133127
Binary1100000011110101111111001100011011011101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F5FC; }

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

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

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

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

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

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

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

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