#C4EAF1

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

Shades of Onahau #C4EAF1

Tints of Onahau #C4EAF1

Color information

#C4EAF1 (or 0xC4EAF1) is unknown color: approx Onahau. HEX triplet: C4, EA and F1. RGB value is (196,234,241). Sum of RGB (Red+Green+Blue) = 196+234+241=671 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.21% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4EAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EAF1 is #3B150E. Grayscale: #DFDFDF. Windows color (decimal): -3872015 or 15854276. OLE color: 15854276.

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

Color convert

RGB196234241-
CMYK0.190.0300.05
HSL189.33º61.64%85.69%-
HSV(B)189.33º18.67%94.51%-
XYZ68.0676.9394.48-
YUV223.44137.91108.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.21%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=29.21%
G=34.87%
B=35.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962342410.190.0300.05189.3361.6485.69
HexC4EAF113305bd3e56
Octal3043523612330527576126
Binary11000100111010101111000110011110101101111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EAF1; }

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

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

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

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

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

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

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

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