#C0DBEA

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

Shades of Onahau #C0DBEA

Tints of Onahau #C0DBEA

Color information

#C0DBEA (or 0xC0DBEA) is unknown color: approx Onahau. HEX triplet: C0, DB and EA. RGB value is (192,219,234). Sum of RGB (Red+Green+Blue) = 192+219+234=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBEA is #3F2415. Grayscale: #D4D4D4. Windows color (decimal): -4138006 or 15391680. OLE color: 15391680.

HSL color Cylindrical-coordinate representation of color #C0DBEA: hue angle of 201.43º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0DBEA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192219234-
CMYK0.180.0600.08
HSL201.43º50%83.53%-
HSV(B)201.43º17.95%91.76%-
XYZ61.9267.8187.67-
YUV212.64140.05113.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.77%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=29.77%
G=33.95%
B=36.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922192340.180.0600.08201.435083.53
HexC0DBEA12608c93254
Octal30033335222601031162124
Binary1100000011011011111010101001011001000110010011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBEA; }

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

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

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

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

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

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

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

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