#B9EFFC

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

Shades of Onahau #B9EFFC

Tints of Onahau #B9EFFC

Color information

#B9EFFC (or 0xB9EFFC) is unknown color: approx Onahau. HEX triplet: B9, EF and FC. RGB value is (185,239,252). Sum of RGB (Red+Green+Blue) = 185+239+252=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFFC is #461003. Grayscale: #E0E0E0. Windows color (decimal): -4591620 or 16576441. OLE color: 16576441.

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

Color convert

RGB185239252-
CMYK0.270.0500.01
HSL191.64º91.78%85.69%-
HSV(B)191.64º26.59%98.82%-
XYZ68.4479.08103.75-
YUV224.34143.6199.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.37%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=27.37%
G=35.36%
B=37.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852392520.270.0500.01191.6491.7885.69
HexB9EFFC1B501c05c56
Octal27135737433501300134126
Binary10111001111011111111110011011101011100000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFFC; }

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

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

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

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

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

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

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

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