#B8E9FF

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

Shades of Onahau #B8E9FF

Tints of Onahau #B8E9FF

Color information

#B8E9FF (or 0xB8E9FF) is unknown color: approx Onahau. HEX triplet: B8, E9 and FF. RGB value is (184,233,255). Sum of RGB (Red+Green+Blue) = 184+233+255=672 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.38% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E9FF is #471600. Grayscale: #DCDCDC. Windows color (decimal): -4658689 or 16771512. OLE color: 16771512.

HSL color Cylindrical-coordinate representation of color #B8E9FF: hue angle of 198.59º 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 #B8E9FF is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184233255-
CMYK0.280.0900
HSL198.59º100%86.08%-
HSV(B)198.59º27.84%100%-
XYZ66.9675.69105.69-
YUV220.86147.27101.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.38%
GREEN value IS 233 (91.41% from 255) = 34.67%
BLUE value IS 255 (100% from 255) = 37.95%
R=27.38%
G=34.67%
B=37.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842332550.280.0900198.5910086.08
HexB8E9FF1C900c76456
Octal270351377341100307144126
Binary101110001110100111111111111001001001100011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E9FF; }

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

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

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

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

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

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

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

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