#B8E9ED

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

Shades of Onahau #B8E9ED

Tints of Onahau #B8E9ED

Color information

#B8E9ED (or 0xB8E9ED) is unknown color: approx Onahau. HEX triplet: B8, E9 and ED. RGB value is (184,233,237). Sum of RGB (Red+Green+Blue) = 184+233+237=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8E9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E9ED is #471612. Grayscale: #DADADA. Windows color (decimal): -4658707 or 15591864. OLE color: 15591864.

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

Color convert

RGB184233237-
CMYK0.220.0200.07
HSL184.53º59.55%82.55%-
HSV(B)184.53º22.36%92.94%-
XYZ64.1974.5891.13-
YUV218.8138.27103.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.13%
GREEN value IS 233 (91.41% from 255) = 35.63%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=28.13%
G=35.63%
B=36.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842332370.220.0200.07184.5359.5582.55
HexB8E9ED16207b93c53
Octal2703513552620727174123
Binary10111000111010011110110110110100111101110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E9ED; }

 p { color: rgb(184,233,237); }

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

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

 a { background-color: rgb(184,233,237); }

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

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

 span { border-color: rgb(184,233,237); }

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