#C0EAF2

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

Shades of Onahau #C0EAF2

Tints of Onahau #C0EAF2

Color information

#C0EAF2 (or 0xC0EAF2) is unknown color: approx Onahau. HEX triplet: C0, EA and F2. RGB value is (192,234,242). Sum of RGB (Red+Green+Blue) = 192+234+242=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0EAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EAF2 is #3F150D. Grayscale: #DEDEDE. Windows color (decimal): -4134158 or 15919808. OLE color: 15919808.

HSL color Cylindrical-coordinate representation of color #C0EAF2: hue angle of 189.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0EAF2 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192234242-
CMYK0.210.0300.05
HSL189.6º65.79%85.1%-
HSV(B)189.6º20.66%94.9%-
XYZ67.1976.4695.22-
YUV222.35139.09106.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.74%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=28.74%
G=35.03%
B=36.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922342420.210.0300.05189.665.7985.1
HexC0EAF215305be4255
Octal30035236225305276102125
Binary110000001110101011110010101011101011011111010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EAF2; }

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

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

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

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

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

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

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

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