#C5EEF9

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

Shades of Onahau #C5EEF9

Tints of Onahau #C5EEF9

Color information

#C5EEF9 (or 0xC5EEF9) is unknown color: approx Onahau. HEX triplet: C5, EE and F9. RGB value is (197,238,249). Sum of RGB (Red+Green+Blue) = 197+238+249=684 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.80% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5EEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEF9 is #3A1106. Grayscale: #E2E2E2. Windows color (decimal): -3805447 or 16379589. OLE color: 16379589.

HSL color Cylindrical-coordinate representation of color #C5EEF9: hue angle of 192.69º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5EEF9 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197238249-
CMYK0.210.0400.02
HSL192.69º81.25%87.45%-
HSV(B)192.69º20.88%97.65%-
XYZ70.779.86101.31-
YUV226.99140.42106.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.80%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=28.80%
G=34.80%
B=36.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972382490.210.0400.02192.6981.2587.45
HexC5EEF915402c15157
Octal30535637125402301121127
Binary110001011110111011111001101011000101100000110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EEF9; }

 p { color: rgb(197,238,249); }

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

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

 a { background-color: rgb(197,238,249); }

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

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

 span { border-color: rgb(197,238,249); }

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