#C0DDDF

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

Shades of Onahau #C0DDDF

Tints of Onahau #C0DDDF

Color information

#C0DDDF (or 0xC0DDDF) is unknown color: approx Onahau. HEX triplet: C0, DD and DF. RGB value is (192,221,223). Sum of RGB (Red+Green+Blue) = 192+221+223=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDDF is #3F2220. Grayscale: #D4D4D4. Windows color (decimal): -4137505 or 14671296. OLE color: 14671296.

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

Color convert

RGB192221223-
CMYK0.140.0100.13
HSL183.87º32.63%81.37%-
HSV(B)183.87º13.9%87.45%-
XYZ60.9168.2579.77-
YUV212.56133.89113.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.19%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=30.19%
G=34.75%
B=35.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922212230.140.0100.13183.8732.6381.37
HexC0DDDFE10Db82151
Octal30033533716101527041121
Binary1100000011011101110111111110101101101110001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDDF; }

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

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

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

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

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

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

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

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