#B9EEFB

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

Shades of Onahau #B9EEFB

Tints of Onahau #B9EEFB

Color information

#B9EEFB (or 0xB9EEFB) is unknown color: approx Onahau. HEX triplet: B9, EE and FB. RGB value is (185,238,251). Sum of RGB (Red+Green+Blue) = 185+238+251=674 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.45% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEFB is #461104. Grayscale: #DFDFDF. Windows color (decimal): -4591877 or 16510649. OLE color: 16510649.

HSL color Cylindrical-coordinate representation of color #B9EEFB: hue angle of 191.82º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9EEFB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185238251-
CMYK0.260.0500.02
HSL191.82º89.19%85.49%-
HSV(B)191.82º26.29%98.43%-
XYZ67.9978.43102.82-
YUV223.64143.44100.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.45%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=27.45%
G=35.31%
B=37.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852382510.260.0500.02191.8289.1985.49
HexB9EEFB1A502c05955
Octal27135637332502300131125
Binary101110011110111011111011110101010101100000010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEFB; }

 p { color: rgb(185,238,251); }

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

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

 a { background-color: rgb(185,238,251); }

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

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

 span { border-color: rgb(185,238,251); }

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