#B9EFFE

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

Shades of Onahau #B9EFFE

Tints of Onahau #B9EFFE

Color information

#B9EFFE (or 0xB9EFFE) is unknown color: approx Onahau. HEX triplet: B9, EF and FE. RGB value is (185,239,254). Sum of RGB (Red+Green+Blue) = 185+239+254=678 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.29% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFFE is #461001. Grayscale: #E0E0E0. Windows color (decimal): -4591618 or 16707513. OLE color: 16707513.

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

Color convert

RGB185239254-
CMYK0.270.0600.00
HSL193.04º97.18%86.08%-
HSV(B)193.04º27.17%99.61%-
XYZ68.7679.2105.43-
YUV224.56144.6199.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.29%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=27.29%
G=35.25%
B=37.46%

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
Decimal1852392540.270.0600.00193.0497.1886.08
HexB9EFFE1B600c16156
Octal27135737633600301141126
Binary10111001111011111111111011011110001100000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFFE; }

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

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

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

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

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

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

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

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