#C5EBEE

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

Shades of Onahau #C5EBEE

Tints of Onahau #C5EBEE

Color information

#C5EBEE (or 0xC5EBEE) is unknown color: approx Onahau. HEX triplet: C5, EB and EE. RGB value is (197,235,238). Sum of RGB (Red+Green+Blue) = 197+235+238=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBEE is #3A1411. Grayscale: #DFDFDF. Windows color (decimal): -3806226 or 15657925. OLE color: 15657925.

HSL color Cylindrical-coordinate representation of color #C5EBEE: hue angle of 184.39º 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 #C5EBEE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197235238-
CMYK0.170.0100.07
HSL184.39º54.67%85.29%-
HSV(B)184.39º17.23%93.33%-
XYZ68.1777.4692.25-
YUV223.98135.91108.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.40%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=29.40%
G=35.07%
B=35.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972352380.170.0100.07184.3954.6785.29
HexC5EBEE11107b83755
Octal3053533562110727067125
Binary1100010111101011111011101000110111101110001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EBEE; }

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

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

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

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

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

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

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

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