#B9EBFE

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

Shades of Onahau #B9EBFE

Tints of Onahau #B9EBFE

Color information

#B9EBFE (or 0xB9EBFE) is unknown color: approx Onahau. HEX triplet: B9, EB and FE. RGB value is (185,235,254). Sum of RGB (Red+Green+Blue) = 185+235+254=674 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.45% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EBFE is #461401. Grayscale: #DEDEDE. Windows color (decimal): -4592642 or 16706489. OLE color: 16706489.

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

Color convert

RGB185235254-
CMYK0.270.0700.00
HSL196.52º97.18%86.08%-
HSV(B)196.52º27.17%99.61%-
XYZ67.6176.89105.04-
YUV222.22145.94101.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.45%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=27.45%
G=34.87%
B=37.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852352540.270.0700.00196.5297.1886.08
HexB9EBFE1B700c56156
Octal27135337633700305141126
Binary10111001111010111111111011011111001100010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBFE; }

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

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

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

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

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

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

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

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