#B9E9EF

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

Shades of Onahau #B9E9EF

Tints of Onahau #B9E9EF

Color information

#B9E9EF (or 0xB9E9EF) is unknown color: approx Onahau. HEX triplet: B9, E9 and EF. RGB value is (185,233,239). Sum of RGB (Red+Green+Blue) = 185+233+239=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E9EF is #461610. Grayscale: #DBDBDB. Windows color (decimal): -4593169 or 15722937. OLE color: 15722937.

HSL color Cylindrical-coordinate representation of color #B9E9EF: hue angle of 186.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9E9EF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185233239-
CMYK0.230.0300.06
HSL186.67º62.79%83.14%-
HSV(B)186.67º22.59%93.73%-
XYZ64.7374.8292.69-
YUV219.33139.1103.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.16%
GREEN value IS 233 (91.41% from 255) = 35.46%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=28.16%
G=35.46%
B=36.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852332390.230.0300.06186.6762.7983.14
HexB9E9EF17306bb3f53
Octal2713513572730627377123
Binary10111001111010011110111110111110110101110111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E9EF; }

 p { color: rgb(185,233,239); }

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

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

 a { background-color: rgb(185,233,239); }

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

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

 span { border-color: rgb(185,233,239); }

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