#C0DEEC

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

Shades of Onahau #C0DEEC

Tints of Onahau #C0DEEC

Color information

#C0DEEC (or 0xC0DEEC) is unknown color: approx Onahau. HEX triplet: C0, DE and EC. RGB value is (192,222,236). Sum of RGB (Red+Green+Blue) = 192+222+236=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DEEC is #3F2113. Grayscale: #D6D6D6. Windows color (decimal): -4137236 or 15523520. OLE color: 15523520.

HSL color Cylindrical-coordinate representation of color #C0DEEC: hue angle of 199.09º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0DEEC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192222236-
CMYK0.190.0600.07
HSL199.09º53.66%83.92%-
HSV(B)199.09º18.64%92.55%-
XYZ6369.5189.45-
YUV214.63140.06111.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.54%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=29.54%
G=34.15%
B=36.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922222360.190.0600.07199.0953.6683.92
HexC0DEEC13607c73654
Octal3003363542360730766124
Binary110000001101111011101100100111100111110001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DEEC; }

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

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

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

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

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

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

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

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