#B8D7FD

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

Shades of Pale Cornflower Blue #B8D7FD

Tints of Pale Cornflower Blue #B8D7FD

Color information

#B8D7FD (or 0xB8D7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D7 and FD. RGB value is (184,215,253). Sum of RGB (Red+Green+Blue) = 184+215+253=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D7FD is #472802. Grayscale: #D1D1D1. Windows color (decimal): -4663299 or 16635832. OLE color: 16635832.

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

Color convert

RGB184215253-
CMYK0.270.1500.01
HSL213.04º94.52%85.69%-
HSV(B)213.04º27.27%99.22%-
XYZ61.865.88102.39-
YUV210.06152.23109.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.22%
GREEN value IS 215 (84.38% from 255) = 32.98%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=28.22%
G=32.98%
B=38.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842152530.270.1500.01213.0494.5285.69
HexB8D7FD1BF01d55f56
Octal270327375331701325137126
Binary101110001101011111111101110111111011101010110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D7FD; }

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

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

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

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

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

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

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

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