#B8E8EF

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

Shades of Onahau #B8E8EF

Tints of Onahau #B8E8EF

Color information

#B8E8EF (or 0xB8E8EF) is unknown color: approx Onahau. HEX triplet: B8, E8 and EF. RGB value is (184,232,239). Sum of RGB (Red+Green+Blue) = 184+232+239=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E8EF is #471710. Grayscale: #DADADA. Windows color (decimal): -4658961 or 15722680. OLE color: 15722680.

HSL color Cylindrical-coordinate representation of color #B8E8EF: hue angle of 187.64º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8E8EF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184232239-
CMYK0.230.0300.06
HSL187.64º63.22%82.94%-
HSV(B)187.64º23.01%93.73%-
XYZ64.274.1492.59-
YUV218.45139.6103.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.09%
GREEN value IS 232 (91.02% from 255) = 35.42%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=28.09%
G=35.42%
B=36.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842322390.230.0300.06187.6463.2282.94
HexB8E8EF17306bc3f53
Octal2703503572730627477123
Binary10111000111010001110111110111110110101111001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E8EF; }

 p { color: rgb(184,232,239); }

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

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

 a { background-color: rgb(184,232,239); }

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

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

 span { border-color: rgb(184,232,239); }

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