#B8E1FD

Color #B8E1FD Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B8E1FD

Tints of Pale Cornflower Blue #B8E1FD

Color information

#B8E1FD (or 0xB8E1FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, E1 and FD. RGB value is (184,225,253). Sum of RGB (Red+Green+Blue) = 184+225+253=662 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.79% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8E1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E1FD is #471E02. Grayscale: #D7D7D7. Windows color (decimal): -4660739 or 16638392. OLE color: 16638392.

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

Color convert

RGB184225253-
CMYK0.270.1100.01
HSL204.35º94.52%85.69%-
HSV(B)204.35º27.27%99.22%-
XYZ64.4271.13103.26-
YUV215.93148.92105.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.79%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=27.79%
G=33.99%
B=38.22%

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
Decimal1842252530.270.1100.01204.3594.5285.69
HexB8E1FD1BB01cc5f56
Octal270341375331301314137126
Binary101110001110000111111101110111011011100110010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E1FD; }

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

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

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

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

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

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

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

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