#C5E3E9

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

Shades of Onahau #C5E3E9

Tints of Onahau #C5E3E9

Color information

#C5E3E9 (or 0xC5E3E9) is unknown color: approx Onahau. HEX triplet: C5, E3 and E9. RGB value is (197,227,233). Sum of RGB (Red+Green+Blue) = 197+227+233=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5E3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E3E9 is #3A1C16. Grayscale: #DADADA. Windows color (decimal): -3808279 or 15328197. OLE color: 15328197.

HSL color Cylindrical-coordinate representation of color #C5E3E9: hue angle of 190º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5E3E9 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197227233-
CMYK0.150.0300.09
HSL190º45%84.31%-
HSV(B)190º15.45%91.37%-
XYZ65.272.6987.69-
YUV218.71136.06112.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.98%
GREEN value IS 227 (89.06% from 255) = 34.55%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=29.98%
G=34.55%
B=35.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1972272330.150.0300.091904584.31
HexC5E3E9F309be2d54
Octal30534335117301127655124
Binary11000101111000111110100111111101001101111101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E3E9; }

 p { color: rgb(197,227,233); }

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

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

 a { background-color: rgb(197,227,233); }

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

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

 span { border-color: rgb(197,227,233); }

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