#B9E5FD

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

Shades of Onahau #B9E5FD

Tints of Onahau #B9E5FD

Color information

#B9E5FD (or 0xB9E5FD) is unknown color: approx Onahau. HEX triplet: B9, E5 and FD. RGB value is (185,229,253). Sum of RGB (Red+Green+Blue) = 185+229+253=667 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.74% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E5FD is #461A02. Grayscale: #DADADA. Windows color (decimal): -4594179 or 16639417. OLE color: 16639417.

HSL color Cylindrical-coordinate representation of color #B9E5FD: hue angle of 201.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9E5FD is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185229253-
CMYK0.270.0900.01
HSL201.18º94.44%85.88%-
HSV(B)201.18º26.88%99.22%-
XYZ65.7673.44103.64-
YUV218.58147.42104.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.74%
GREEN value IS 229 (89.84% from 255) = 34.33%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=27.74%
G=34.33%
B=37.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852292530.270.0900.01201.1894.4485.88
HexB9E5FD1B901c95e56
Octal271345375331101311136126
Binary101110011110010111111101110111001011100100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E5FD; }

 p { color: rgb(185,229,253); }

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

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

 a { background-color: rgb(185,229,253); }

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

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

 span { border-color: rgb(185,229,253); }

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