#C2DEEB

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

Shades of Onahau #C2DEEB

Tints of Onahau #C2DEEB

Color information

#C2DEEB (or 0xC2DEEB) is unknown color: approx Onahau. HEX triplet: C2, DE and EB. RGB value is (194,222,235). Sum of RGB (Red+Green+Blue) = 194+222+235=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEEB is #3D2114. Grayscale: #D7D7D7. Windows color (decimal): -4006165 or 15457986. OLE color: 15457986.

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

Color convert

RGB194222235-
CMYK0.170.0600.08
HSL199.02º50.62%84.12%-
HSV(B)199.02º17.45%92.16%-
XYZ63.3669.7188.71-
YUV215.11139.22112.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.80%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=29.80%
G=34.10%
B=36.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942222350.170.0600.08199.0250.6284.12
HexC2DEEB11608c73354
Octal30233635321601030763124
Binary1100001011011110111010111000111001000110001111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEEB; }

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

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

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

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

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

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

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

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