#B9EEFE

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

Shades of Onahau #B9EEFE

Tints of Onahau #B9EEFE

Color information

#B9EEFE (or 0xB9EEFE) is unknown color: approx Onahau. HEX triplet: B9, EE and FE. RGB value is (185,238,254). Sum of RGB (Red+Green+Blue) = 185+238+254=677 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.33% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEFE is #461101. Grayscale: #DFDFDF. Windows color (decimal): -4591874 or 16707257. OLE color: 16707257.

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

Color convert

RGB185238254-
CMYK0.270.0600.00
HSL193.91º97.18%86.08%-
HSV(B)193.91º27.17%99.61%-
XYZ68.4778.62105.33-
YUV223.98144.94100.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.33%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=27.33%
G=35.16%
B=37.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852382540.270.0600.00193.9197.1886.08
HexB9EEFE1B600c26156
Octal27135637633600302141126
Binary10111001111011101111111011011110001100001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEFE; }

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

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

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

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

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

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

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

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