#C0DCEA

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

Shades of Onahau #C0DCEA

Tints of Onahau #C0DCEA

Color information

#C0DCEA (or 0xC0DCEA) is unknown color: approx Onahau. HEX triplet: C0, DC and EA. RGB value is (192,220,234). Sum of RGB (Red+Green+Blue) = 192+220+234=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCEA is #3F2315. Grayscale: #D5D5D5. Windows color (decimal): -4137750 or 15391936. OLE color: 15391936.

HSL color Cylindrical-coordinate representation of color #C0DCEA: hue angle of 200º degrees, saturation: 0.5, 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 #C0DCEA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192220234-
CMYK0.180.0600.08
HSL200º50%83.53%-
HSV(B)200º17.95%91.76%-
XYZ62.1868.3387.75-
YUV213.22139.72112.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.72%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=29.72%
G=34.06%
B=36.22%

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
Decimal1922202340.180.0600.082005083.53
HexC0DCEA12608c83254
Octal30033435222601031062124
Binary1100000011011100111010101001011001000110010001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCEA; }

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

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

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

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

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

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

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

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