#C0DCE5

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

Shades of Onahau #C0DCE5

Tints of Onahau #C0DCE5

Color information

#C0DCE5 (or 0xC0DCE5) is unknown color: approx Onahau. HEX triplet: C0, DC and E5. RGB value is (192,220,229). Sum of RGB (Red+Green+Blue) = 192+220+229=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #C0DCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCE5 is #3F231A. Grayscale: #D4D4D4. Windows color (decimal): -4137755 or 15064256. OLE color: 15064256.

HSL color Cylindrical-coordinate representation of color #C0DCE5: hue angle of 194.59º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0DCE5 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192220229-
CMYK0.160.0400.10
HSL194.59º41.57%82.55%-
HSV(B)194.59º16.16%89.8%-
XYZ61.4768.0584.02-
YUV212.65137.22113.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.95%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=29.95%
G=34.32%
B=35.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1922202290.160.0400.10194.5941.5782.55
HexC0DCE51040Ac32a53
Octal30033434520401230352123
Binary1100000011011100111001011000010001010110000111010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCE5; }

 p { color: rgb(192,220,229); }

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

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

 a { background-color: rgb(192,220,229); }

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

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

 span { border-color: rgb(192,220,229); }

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