#B9EBFC

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

Shades of Onahau #B9EBFC

Tints of Onahau #B9EBFC

Color information

#B9EBFC (or 0xB9EBFC) is unknown color: approx Onahau. HEX triplet: B9, EB and FC. RGB value is (185,235,252). Sum of RGB (Red+Green+Blue) = 185+235+252=672 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.53% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EBFC is #461403. Grayscale: #DDDDDD. Windows color (decimal): -4592644 or 16575417. OLE color: 16575417.

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

Color convert

RGB185235252-
CMYK0.270.0700.01
HSL195.22º91.78%85.69%-
HSV(B)195.22º26.59%98.82%-
XYZ67.2976.76103.37-
YUV221.99144.94101.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.53%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=27.53%
G=34.97%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852352520.270.0700.01195.2291.7885.69
HexB9EBFC1B701c35c56
Octal27135337433701303134126
Binary10111001111010111111110011011111011100001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBFC; }

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

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

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

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

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

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

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

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