#b8e5ff

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

Shades of Onahau #B8E5FF

Tints of Onahau #B8E5FF

Color information

#B8E5FF (or 0xB8E5FF) is unknown color: approx Onahau. HEX triplet: B8, E5 and FF. RGB value is (184,229,255). Sum of RGB (Red+Green+Blue) = 184+229+255=668 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.54% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E5FF is #471A00. Grayscale: #DADADA. Windows color (decimal): -4659713 or 16770488. OLE color: 16770488.

HSL color Cylindrical-coordinate representation of color #B8E5FF: hue angle of 201.97º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8E5FF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184229255-
CMYK0.280.1000
HSL201.97º100%86.08%-
HSV(B)201.97º27.84%100%-
XYZ65.8473.45105.31-
YUV218.51148.59103.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.54%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 255 (100% from 255) = 38.17%
R=27.54%
G=34.28%
B=38.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842292550.280.1000201.9710086.08
HexB8E5FF1CA00ca6456
Octal270345377341200312144126
Binary101110001110010111111111111001010001100101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8e5ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8e5ff; }

 p { color: rgb(184,229,255); }

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

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

 a { background-color: rgb(184,229,255); }

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

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

 span { border-color: rgb(184,229,255); }

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