#B8E4FD

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

Shades of Onahau #B8E4FD

Tints of Onahau #B8E4FD

Color information

#B8E4FD (or 0xB8E4FD) is unknown color: approx Onahau. HEX triplet: B8, E4 and FD. RGB value is (184,228,253). Sum of RGB (Red+Green+Blue) = 184+228+253=665 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.67% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8E4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E4FD is #471B02. Grayscale: #D9D9D9. Windows color (decimal): -4659971 or 16639160. OLE color: 16639160.

HSL color Cylindrical-coordinate representation of color #B8E4FD: hue angle of 201.74º 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 #B8E4FD is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184228253-
CMYK0.270.1000.01
HSL201.74º94.52%85.69%-
HSV(B)201.74º27.27%99.22%-
XYZ65.2472.77103.54-
YUV217.69147.92103.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.67%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=27.67%
G=34.29%
B=38.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842282530.270.1000.01201.7494.5285.69
HexB8E4FD1BA01ca5f56
Octal270344375331201312137126
Binary101110001110010011111101110111010011100101010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E4FD; }

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

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

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

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

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

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

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

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