#C0EAF3

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

Shades of Onahau #C0EAF3

Tints of Onahau #C0EAF3

Color information

#C0EAF3 (or 0xC0EAF3) is unknown color: approx Onahau. HEX triplet: C0, EA and F3. RGB value is (192,234,243). Sum of RGB (Red+Green+Blue) = 192+234+243=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0EAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EAF3 is #3F150C. Grayscale: #DEDEDE. Windows color (decimal): -4134157 or 15985344. OLE color: 15985344.

HSL color Cylindrical-coordinate representation of color #C0EAF3: hue angle of 190.59º degrees, saturation: 0.68, 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 #C0EAF3 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192234243-
CMYK0.210.0400.05
HSL190.59º68%85.29%-
HSV(B)190.59º20.99%95.29%-
XYZ67.3476.5296.02-
YUV222.47139.59106.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.70%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 243 (95.31% from 255) = 36.32%
R=28.70%
G=34.98%
B=36.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922342430.210.0400.05190.596885.29
HexC0EAF315405bf4455
Octal30035236325405277104125
Binary1100000011101010111100111010110001011011111110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EAF3; }

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

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

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

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

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

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

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

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