#B8E2FA

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

Shades of Onahau #B8E2FA

Tints of Onahau #B8E2FA

Color information

#B8E2FA (or 0xB8E2FA) is unknown color: approx Onahau. HEX triplet: B8, E2 and FA. RGB value is (184,226,250). Sum of RGB (Red+Green+Blue) = 184+226+250=660 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.88% from 660); Green value is 226 (88.67% from 255 or 34.24% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8E2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E2FA is #471D05. Grayscale: #D8D8D8. Windows color (decimal): -4660486 or 16442040. OLE color: 16442040.

HSL color Cylindrical-coordinate representation of color #B8E2FA: hue angle of 201.82º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8E2FA is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184226250-
CMYK0.260.1000.02
HSL201.82º86.84%85.1%-
HSV(B)201.82º26.4%98.04%-
XYZ64.2271.49100.86-
YUV216.18147.09105.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.88%
GREEN value IS 226 (88.67% from 255) = 34.24%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=27.88%
G=34.24%
B=37.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842262500.260.1000.02201.8286.8485.1
HexB8E2FA1AA02ca5755
Octal270342372321202312127125
Binary1011100011100010111110101101010100101100101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E2FA; }

 p { color: rgb(184,226,250); }

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

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

 a { background-color: rgb(184,226,250); }

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

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

 span { border-color: rgb(184,226,250); }

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