#B9E9FC

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

Shades of Onahau #B9E9FC

Tints of Onahau #B9E9FC

Color information

#B9E9FC (or 0xB9E9FC) is unknown color: approx Onahau. HEX triplet: B9, E9 and FC. RGB value is (185,233,252). Sum of RGB (Red+Green+Blue) = 185+233+252=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9E9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E9FC is #461603. Grayscale: #DCDCDC. Windows color (decimal): -4593156 or 16574905. OLE color: 16574905.

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

Color convert

RGB185233252-
CMYK0.270.0800.01
HSL197.01º91.78%85.69%-
HSV(B)197.01º26.59%98.82%-
XYZ66.7275.62103.18-
YUV220.81145.6102.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.61%
GREEN value IS 233 (91.41% from 255) = 34.78%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=27.61%
G=34.78%
B=37.61%

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
Decimal1852332520.270.0800.01197.0191.7885.69
HexB9E9FC1B801c55c56
Octal271351374331001305134126
Binary101110011110100111111100110111000011100010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E9FC; }

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

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

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

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

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

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

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

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