#C0DADF

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

Shades of Onahau #C0DADF

Tints of Onahau #C0DADF

Color information

#C0DADF (or 0xC0DADF) is unknown color: approx Onahau. HEX triplet: C0, DA and DF. RGB value is (192,218,223). Sum of RGB (Red+Green+Blue) = 192+218+223=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DADF is #3F2520. Grayscale: #D2D2D2. Windows color (decimal): -4138273 or 14670528. OLE color: 14670528.

HSL color Cylindrical-coordinate representation of color #C0DADF: hue angle of 189.68º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DADF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192218223-
CMYK0.140.0200.13
HSL189.68º32.63%81.37%-
HSV(B)189.68º13.9%87.45%-
XYZ60.1366.6879.51-
YUV210.8134.89114.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.33%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=30.33%
G=34.44%
B=35.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922182230.140.0200.13189.6832.6381.37
HexC0DADFE20Dbe2151
Octal30033233716201527641121
Binary11000000110110101101111111101001101101111101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DADF; }

 p { color: rgb(192,218,223); }

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

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

 a { background-color: rgb(192,218,223); }

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

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

 span { border-color: rgb(192,218,223); }

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