#C5EAF1

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

Shades of Onahau #C5EAF1

Tints of Onahau #C5EAF1

Color information

#C5EAF1 (or 0xC5EAF1) is unknown color: approx Onahau. HEX triplet: C5, EA and F1. RGB value is (197,234,241). Sum of RGB (Red+Green+Blue) = 197+234+241=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5EAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAF1 is #3A150E. Grayscale: #DFDFDF. Windows color (decimal): -3806479 or 15854277. OLE color: 15854277.

HSL color Cylindrical-coordinate representation of color #C5EAF1: hue angle of 189.55º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EAF1 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197234241-
CMYK0.180.0300.05
HSL189.55º61.11%85.88%-
HSV(B)189.55º18.26%94.51%-
XYZ68.3377.0794.49-
YUV223.74137.74108.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.32%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=29.32%
G=34.82%
B=35.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972342410.180.0300.05189.5561.1185.88
HexC5EAF112305be3d56
Octal3053523612230527675126
Binary11000101111010101111000110010110101101111101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EAF1; }

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

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

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

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

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

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

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

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