#B9EFFD

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

Shades of Onahau #B9EFFD

Tints of Onahau #B9EFFD

Color information

#B9EFFD (or 0xB9EFFD) is unknown color: approx Onahau. HEX triplet: B9, EF and FD. RGB value is (185,239,253). Sum of RGB (Red+Green+Blue) = 185+239+253=677 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.33% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFFD is #461002. Grayscale: #E0E0E0. Windows color (decimal): -4591619 or 16641977. OLE color: 16641977.

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

Color convert

RGB185239253-
CMYK0.270.0600.01
HSL192.35º94.44%85.88%-
HSV(B)192.35º26.88%99.22%-
XYZ68.679.14104.59-
YUV224.45144.1199.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.33%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=27.33%
G=35.30%
B=37.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852392530.270.0600.01192.3594.4485.88
HexB9EFFD1B601c05e56
Octal27135737533601300136126
Binary10111001111011111111110111011110011100000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFFD; }

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

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

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

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

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

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

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

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