#C3DEEB

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

Shades of Onahau #C3DEEB

Tints of Onahau #C3DEEB

Color information

#C3DEEB (or 0xC3DEEB) is unknown color: approx Onahau. HEX triplet: C3, DE and EB. RGB value is (195,222,235). Sum of RGB (Red+Green+Blue) = 195+222+235=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEEB is #3C2114. Grayscale: #D7D7D7. Windows color (decimal): -3940629 or 15457987. OLE color: 15457987.

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

Color convert

RGB195222235-
CMYK0.170.0600.08
HSL199.5º50%84.31%-
HSV(B)199.5º17.02%92.16%-
XYZ63.6269.8488.73-
YUV215.41139.05113.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.91%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=29.91%
G=34.05%
B=36.04%

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
Decimal1952222350.170.0600.08199.55084.31
HexC3DEEB11608c83254
Octal30333635321601031062124
Binary1100001111011110111010111000111001000110010001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DEEB; }

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

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

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

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

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

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

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

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