#B8E3EC

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

Shades of Onahau #B8E3EC

Tints of Onahau #B8E3EC

Color information

#B8E3EC (or 0xB8E3EC) is unknown color: approx Onahau. HEX triplet: B8, E3 and EC. RGB value is (184,227,236). Sum of RGB (Red+Green+Blue) = 184+227+236=647 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.44% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8E3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E3EC is #471C13. Grayscale: #D7D7D7. Windows color (decimal): -4660244 or 15524792. OLE color: 15524792.

HSL color Cylindrical-coordinate representation of color #B8E3EC: hue angle of 190.38º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8E3EC is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184227236-
CMYK0.220.0400.07
HSL190.38º57.78%82.35%-
HSV(B)190.38º22.03%92.55%-
XYZ62.3871.1889.81-
YUV215.17139.75105.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.44%
GREEN value IS 227 (89.06% from 255) = 35.09%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=28.44%
G=35.09%
B=36.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842272360.220.0400.07190.3857.7882.35
HexB8E3EC16407be3a52
Octal2703433542640727672122
Binary101110001110001111101100101101000111101111101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E3EC; }

 p { color: rgb(184,227,236); }

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

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

 a { background-color: rgb(184,227,236); }

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

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

 span { border-color: rgb(184,227,236); }

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