#C0DDEC

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

Shades of Onahau #C0DDEC

Tints of Onahau #C0DDEC

Color information

#C0DDEC (or 0xC0DDEC) is unknown color: approx Onahau. HEX triplet: C0, DD and EC. RGB value is (192,221,236). Sum of RGB (Red+Green+Blue) = 192+221+236=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDEC is #3F2213. Grayscale: #D5D5D5. Windows color (decimal): -4137492 or 15523264. OLE color: 15523264.

HSL color Cylindrical-coordinate representation of color #C0DDEC: hue angle of 200.45º 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 #C0DDEC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192221236-
CMYK0.190.0600.07
HSL200.45º53.66%83.92%-
HSV(B)200.45º18.64%92.55%-
XYZ62.7468.9889.36-
YUV214.04140.39112.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.58%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=29.58%
G=34.05%
B=36.36%

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
Decimal1922212360.190.0600.07200.4553.6683.92
HexC0DDEC13607c83654
Octal3003353542360731066124
Binary110000001101110111101100100111100111110010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDEC; }

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

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

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

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

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

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

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

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