#C0DEEB

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

Shades of Onahau #C0DEEB

Tints of Onahau #C0DEEB

Color information

#C0DEEB (or 0xC0DEEB) is unknown color: approx Onahau. HEX triplet: C0, DE and EB. RGB value is (192,222,235). Sum of RGB (Red+Green+Blue) = 192+222+235=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DEEB is #3F2114. Grayscale: #D6D6D6. Windows color (decimal): -4137237 or 15457984. OLE color: 15457984.

HSL color Cylindrical-coordinate representation of color #C0DEEB: hue angle of 198.14º degrees, saturation: 0.52, 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 #C0DEEB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192222235-
CMYK0.180.0600.08
HSL198.14º51.81%83.73%-
HSV(B)198.14º18.3%92.16%-
XYZ62.8569.4588.69-
YUV214.51139.56111.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.58%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=29.58%
G=34.21%
B=36.21%

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
Decimal1922222350.180.0600.08198.1451.8183.73
HexC0DEEB12608c63454
Octal30033635322601030664124
Binary1100000011011110111010111001011001000110001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DEEB; }

 p { color: rgb(192,222,235); }

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

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

 a { background-color: rgb(192,222,235); }

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

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

 span { border-color: rgb(192,222,235); }

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