#B9E8FD

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

Shades of Onahau #B9E8FD

Tints of Onahau #B9E8FD

Color information

#B9E8FD (or 0xB9E8FD) is unknown color: approx Onahau. HEX triplet: B9, E8 and FD. RGB value is (185,232,253). Sum of RGB (Red+Green+Blue) = 185+232+253=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9E8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E8FD is #461702. Grayscale: #DCDCDC. Windows color (decimal): -4593411 or 16640185. OLE color: 16640185.

HSL color Cylindrical-coordinate representation of color #B9E8FD: hue angle of 198.53º 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 #B9E8FD is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185232253-
CMYK0.270.0800.01
HSL198.53º94.44%85.88%-
HSV(B)198.53º26.88%99.22%-
XYZ66.5975.12103.92-
YUV220.34146.43102.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.61%
GREEN value IS 232 (91.02% from 255) = 34.63%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=27.61%
G=34.63%
B=37.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852322530.270.0800.01198.5394.4485.88
HexB9E8FD1B801c75e56
Octal271350375331001307136126
Binary101110011110100011111101110111000011100011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8FD; }

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

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

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

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

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

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

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

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