#B9ECF2

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

Shades of Onahau #B9ECF2

Tints of Onahau #B9ECF2

Color information

#B9ECF2 (or 0xB9ECF2) is unknown color: approx Onahau. HEX triplet: B9, EC and F2. RGB value is (185,236,242). Sum of RGB (Red+Green+Blue) = 185+236+242=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9ECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECF2 is #46130D. Grayscale: #DDDDDD. Windows color (decimal): -4592398 or 15920313. OLE color: 15920313.

HSL color Cylindrical-coordinate representation of color #B9ECF2: hue angle of 186.32º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9ECF2 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185236242-
CMYK0.240.0200.05
HSL186.32º68.67%83.73%-
HSV(B)186.32º23.55%94.9%-
XYZ66.0376.7295.33-
YUV221.43139.6102.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.90%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 242 (94.92% from 255) = 36.50%
R=27.90%
G=35.60%
B=36.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852362420.240.0200.05186.3268.6783.73
HexB9ECF218205ba4554
Octal27135436230205272105124
Binary101110011110110011110010110001001011011101010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECF2; }

 p { color: rgb(185,236,242); }

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

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

 a { background-color: rgb(185,236,242); }

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

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

 span { border-color: rgb(185,236,242); }

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