#B8EBF5

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

Shades of Onahau #B8EBF5

Tints of Onahau #B8EBF5

Color information

#B8EBF5 (or 0xB8EBF5) is unknown color: approx Onahau. HEX triplet: B8, EB and F5. RGB value is (184,235,245). Sum of RGB (Red+Green+Blue) = 184+235+245=664 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.71% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 245 - color contains mainly: blue. Hex color #B8EBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBF5 is #47140A. Grayscale: #DCDCDC. Windows color (decimal): -4658187 or 16116664. OLE color: 16116664.

HSL color Cylindrical-coordinate representation of color #B8EBF5: hue angle of 189.84º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8EBF5 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184235245-
CMYK0.250.0400.04
HSL189.84º75.31%84.12%-
HSV(B)189.84º24.9%96.08%-
XYZ65.9676.297.62-
YUV220.89141.6101.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.71%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 245 (96.09% from 255) = 36.90%
R=27.71%
G=35.39%
B=36.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1842352450.250.0400.04189.8475.3184.12
HexB8EBF519404be4b54
Octal27035336531404276113124
Binary1011100011101011111101011100110001001011111010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBF5; }

 p { color: rgb(184,235,245); }

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

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

 a { background-color: rgb(184,235,245); }

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

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

 span { border-color: rgb(184,235,245); }

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