#B8E3EB

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

Shades of Onahau #B8E3EB

Tints of Onahau #B8E3EB

Color information

#B8E3EB (or 0xB8E3EB) is unknown color: approx Onahau. HEX triplet: B8, E3 and EB. RGB value is (184,227,235). Sum of RGB (Red+Green+Blue) = 184+227+235=646 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.48% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E3EB is #471C14. Grayscale: #D6D6D6. Windows color (decimal): -4660245 or 15459256. OLE color: 15459256.

HSL color Cylindrical-coordinate representation of color #B8E3EB: hue angle of 189.41º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8E3EB is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184227235-
CMYK0.220.0300.08
HSL189.41º56.04%82.16%-
HSV(B)189.41º21.7%92.16%-
XYZ62.2371.1389.05-
YUV215.05139.25105.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.48%
GREEN value IS 227 (89.06% from 255) = 35.14%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=28.48%
G=35.14%
B=36.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842272350.220.0300.08189.4156.0482.16
HexB8E3EB16308bd3852
Octal27034335326301027570122
Binary101110001110001111101011101101101000101111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E3EB; }

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

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

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

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

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

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

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

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