#C2DEEA

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

Shades of Onahau #C2DEEA

Tints of Onahau #C2DEEA

Color information

#C2DEEA (or 0xC2DEEA) is unknown color: approx Onahau. HEX triplet: C2, DE and EA. RGB value is (194,222,234). Sum of RGB (Red+Green+Blue) = 194+222+234=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEEA is #3D2115. Grayscale: #D6D6D6. Windows color (decimal): -4006166 or 15392450. OLE color: 15392450.

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

Color convert

RGB194222234-
CMYK0.170.0500.08
HSL198º48.78%83.92%-
HSV(B)198º17.09%91.76%-
XYZ63.2269.6587.95-
YUV215138.72113.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.85%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 234 (91.80% from 255) = 36%
R=29.85%
G=34.15%
B=36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942222340.170.0500.0819848.7883.92
HexC2DEEA11508c63154
Octal30233635221501030661124
Binary1100001011011110111010101000110101000110001101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEEA; }

 p { color: rgb(194,222,234); }

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

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

 a { background-color: rgb(194,222,234); }

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

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

 span { border-color: rgb(194,222,234); }

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