#B8E8FE

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

Shades of Onahau #B8E8FE

Tints of Onahau #B8E8FE

Color information

#B8E8FE (or 0xB8E8FE) is unknown color: approx Onahau. HEX triplet: B8, E8 and FE. RGB value is (184,232,254). Sum of RGB (Red+Green+Blue) = 184+232+254=670 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.46% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8E8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E8FE is #471701. Grayscale: #DCDCDC. Windows color (decimal): -4658946 or 16705720. OLE color: 16705720.

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

Color convert

RGB184232254-
CMYK0.280.0900.00
HSL198.86º97.22%85.88%-
HSV(B)198.86º27.56%99.61%-
XYZ66.5175.06104.75-
YUV220.16147.1102.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.46%
GREEN value IS 232 (91.02% from 255) = 34.63%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=27.46%
G=34.63%
B=37.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842322540.280.0900.00198.8697.2285.88
HexB8E8FE1C900c76156
Octal270350376341100307141126
Binary101110001110100011111110111001001001100011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E8FE; }

 p { color: rgb(184,232,254); }

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

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

 a { background-color: rgb(184,232,254); }

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

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

 span { border-color: rgb(184,232,254); }

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