#C5EAEE

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

Shades of Onahau #C5EAEE

Tints of Onahau #C5EAEE

Color information

#C5EAEE (or 0xC5EAEE) is unknown color: approx Onahau. HEX triplet: C5, EA and EE. RGB value is (197,234,238). Sum of RGB (Red+Green+Blue) = 197+234+238=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAEE is #3A1511. Grayscale: #DFDFDF. Windows color (decimal): -3806482 or 15657669. OLE color: 15657669.

HSL color Cylindrical-coordinate representation of color #C5EAEE: hue angle of 185.85º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EAEE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197234238-
CMYK0.170.0200.07
HSL185.85º54.67%85.29%-
HSV(B)185.85º17.23%93.33%-
XYZ67.8876.8992.15-
YUV223.39136.24109.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.45%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=29.45%
G=34.98%
B=35.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972342380.170.0200.07185.8554.6785.29
HexC5EAEE11207ba3755
Octal3053523562120727267125
Binary11000101111010101110111010001100111101110101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EAEE; }

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

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

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

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

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

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

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

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