#B9EEFA

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

Shades of Onahau #B9EEFA

Tints of Onahau #B9EEFA

Color information

#B9EEFA (or 0xB9EEFA) is unknown color: approx Onahau. HEX triplet: B9, EE and FA. RGB value is (185,238,250). Sum of RGB (Red+Green+Blue) = 185+238+250=673 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.49% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEFA is #461105. Grayscale: #DFDFDF. Windows color (decimal): -4591878 or 16445113. OLE color: 16445113.

HSL color Cylindrical-coordinate representation of color #B9EEFA: hue angle of 191.08º degrees, saturation: 0.87, 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 #B9EEFA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185238250-
CMYK0.260.0500.02
HSL191.08º86.67%85.29%-
HSV(B)191.08º26%98.04%-
XYZ67.8478.37101.99-
YUV223.52142.94100.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.49%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 250 (98.05% from 255) = 37.15%
R=27.49%
G=35.36%
B=37.15%

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
Decimal1852382500.260.0500.02191.0886.6785.29
HexB9EEFA1A502bf5755
Octal27135637232502277127125
Binary101110011110111011111010110101010101011111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEFA; }

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

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

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

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

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

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

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

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