#B9E9FD

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

Shades of Onahau #B9E9FD

Tints of Onahau #B9E9FD

Color information

#B9E9FD (or 0xB9E9FD) is unknown color: approx Onahau. HEX triplet: B9, E9 and FD. RGB value is (185,233,253). Sum of RGB (Red+Green+Blue) = 185+233+253=671 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.57% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9E9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E9FD is #461602. Grayscale: #DCDCDC. Windows color (decimal): -4593155 or 16640441. OLE color: 16640441.

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

Color convert

RGB185233253-
CMYK0.270.0800.01
HSL197.65º94.44%85.88%-
HSV(B)197.65º26.88%99.22%-
XYZ66.8875.68104.01-
YUV220.93146.1102.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.57%
GREEN value IS 233 (91.41% from 255) = 34.72%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=27.57%
G=34.72%
B=37.70%

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
Decimal1852332530.270.0800.01197.6594.4485.88
HexB9E9FD1B801c65e56
Octal271351375331001306136126
Binary101110011110100111111101110111000011100011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E9FD; }

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

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

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

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

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

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

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

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