#B9EBFF

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

Shades of Onahau #B9EBFF

Tints of Onahau #B9EBFF

Color information

#B9EBFF (or 0xB9EBFF) is unknown color: approx Onahau. HEX triplet: B9, EB and FF. RGB value is (185,235,255). Sum of RGB (Red+Green+Blue) = 185+235+255=675 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.41% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EBFF is #461400. Grayscale: #DEDEDE. Windows color (decimal): -4592641 or 16772025. OLE color: 16772025.

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

Color convert

RGB185235255-
CMYK0.270.0800
HSL197.14º100%86.27%-
HSV(B)197.14º27.45%100%-
XYZ67.7776.95105.89-
YUV222.33146.44101.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.41%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 255 (100% from 255) = 37.78%
R=27.41%
G=34.81%
B=37.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852352550.270.0800197.1410086.27
HexB9EBFF1B800c56456
Octal271353377331000305144126
Binary101110011110101111111111110111000001100010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBFF; }

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

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

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

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

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

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

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

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