#B8E2FD

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

Shades of Onahau #B8E2FD

Tints of Onahau #B8E2FD

Color information

#B8E2FD (or 0xB8E2FD) is unknown color: approx Onahau. HEX triplet: B8, E2 and FD. RGB value is (184,226,253). Sum of RGB (Red+Green+Blue) = 184+226+253=663 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.75% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8E2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E2FD is #471D02. Grayscale: #D8D8D8. Windows color (decimal): -4660483 or 16638648. OLE color: 16638648.

HSL color Cylindrical-coordinate representation of color #B8E2FD: hue angle of 203.48º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8E2FD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184226253-
CMYK0.270.1100.01
HSL203.48º94.52%85.69%-
HSV(B)203.48º27.27%99.22%-
XYZ64.6971.67103.35-
YUV216.52148.59104.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.75%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=27.75%
G=34.09%
B=38.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842262530.270.1100.01203.4894.5285.69
HexB8E2FD1BB01cb5f56
Octal270342375331301313137126
Binary101110001110001011111101110111011011100101110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E2FD; }

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

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

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

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

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

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

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

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