#C0EAFB

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

Shades of Onahau #C0EAFB

Tints of Onahau #C0EAFB

Color information

#C0EAFB (or 0xC0EAFB) is unknown color: approx Onahau. HEX triplet: C0, EA and FB. RGB value is (192,234,251). Sum of RGB (Red+Green+Blue) = 192+234+251=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EAFB is #3F1504. Grayscale: #DFDFDF. Windows color (decimal): -4134149 or 16509632. OLE color: 16509632.

HSL color Cylindrical-coordinate representation of color #C0EAFB: hue angle of 197.29º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EAFB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192234251-
CMYK0.240.0700.02
HSL197.29º88.06%86.86%-
HSV(B)197.29º23.51%98.43%-
XYZ68.5777.02102.52-
YUV223.38143.59105.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.36%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=28.36%
G=34.56%
B=37.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922342510.240.0700.02197.2988.0686.86
HexC0EAFB18702c55857
Octal30035237330702305130127
Binary110000001110101011111011110001110101100010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EAFB; }

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

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

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

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

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

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

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

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