#C0DBDF

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

Shades of Onahau #C0DBDF

Tints of Onahau #C0DBDF

Color information

#C0DBDF (or 0xC0DBDF) is unknown color: approx Onahau. HEX triplet: C0, DB and DF. RGB value is (192,219,223). Sum of RGB (Red+Green+Blue) = 192+219+223=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBDF is #3F2420. Grayscale: #D3D3D3. Windows color (decimal): -4138017 or 14670784. OLE color: 14670784.

HSL color Cylindrical-coordinate representation of color #C0DBDF: hue angle of 187.74º 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 #C0DBDF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192219223-
CMYK0.140.0200.13
HSL187.74º32.63%81.37%-
HSV(B)187.74º13.9%87.45%-
XYZ60.3967.279.6-
YUV211.38134.55114.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.28%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=30.28%
G=34.54%
B=35.17%

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
Decimal1922192230.140.0200.13187.7432.6381.37
HexC0DBDFE20Dbc2151
Octal30033333716201527441121
Binary11000000110110111101111111101001101101111001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBDF; }

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

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

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

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

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

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

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

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