#B9EAF1

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

Shades of Onahau #B9EAF1

Tints of Onahau #B9EAF1

Color information

#B9EAF1 (or 0xB9EAF1) is unknown color: approx Onahau. HEX triplet: B9, EA and F1. RGB value is (185,234,241). Sum of RGB (Red+Green+Blue) = 185+234+241=660 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.03% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9EAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EAF1 is #46150E. Grayscale: #DCDCDC. Windows color (decimal): -4592911 or 15854265. OLE color: 15854265.

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

Color convert

RGB185234241-
CMYK0.230.0300.05
HSL187.5º66.67%83.53%-
HSV(B)187.5º23.24%94.51%-
XYZ65.3175.5194.35-
YUV220.15139.77102.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.03%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=28.03%
G=35.45%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852342410.230.0300.05187.566.6783.53
HexB9EAF117305bc4354
Octal27135236127305274103124
Binary101110011110101011110001101111101011011110010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EAF1; }

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

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

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

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

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

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

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

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