#B9E1EF

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

Shades of Onahau #B9E1EF

Tints of Onahau #B9E1EF

Color information

#B9E1EF (or 0xB9E1EF) is unknown color: approx Onahau. HEX triplet: B9, E1 and EF. RGB value is (185,225,239). Sum of RGB (Red+Green+Blue) = 185+225+239=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E1EF is #461E10. Grayscale: #D6D6D6. Windows color (decimal): -4595217 or 15720889. OLE color: 15720889.

HSL color Cylindrical-coordinate representation of color #B9E1EF: hue angle of 195.56º 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 #B9E1EF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185225239-
CMYK0.230.0600.06
HSL195.56º62.79%83.14%-
HSV(B)195.56º22.59%93.73%-
XYZ62.5170.491.95-
YUV214.64141.75106.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.51%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=28.51%
G=34.67%
B=36.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852252390.230.0600.06195.5662.7983.14
HexB9E1EF17606c43f53
Octal2713413572760630477123
Binary101110011110000111101111101111100110110001001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E1EF; }

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

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

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

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

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

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

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

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