#C0DDEB

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

Shades of Onahau #C0DDEB

Tints of Onahau #C0DDEB

Color information

#C0DDEB (or 0xC0DDEB) is unknown color: approx Onahau. HEX triplet: C0, DD and EB. RGB value is (192,221,235). Sum of RGB (Red+Green+Blue) = 192+221+235=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDEB is #3F2214. Grayscale: #D5D5D5. Windows color (decimal): -4137493 or 15457728. OLE color: 15457728.

HSL color Cylindrical-coordinate representation of color #C0DDEB: hue angle of 199.53º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0DDEB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192221235-
CMYK0.180.0600.08
HSL199.53º51.81%83.73%-
HSV(B)199.53º18.3%92.16%-
XYZ62.5968.9288.6-
YUV213.92139.89112.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.63%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=29.63%
G=34.10%
B=36.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922212350.180.0600.08199.5351.8183.73
HexC0DDEB12608c83454
Octal30033535322601031064124
Binary1100000011011101111010111001011001000110010001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDEB; }

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

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

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

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

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

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

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

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