#B8D8FD

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

Shades of Pale Cornflower Blue #B8D8FD

Tints of Pale Cornflower Blue #B8D8FD

Color information

#B8D8FD (or 0xB8D8FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D8 and FD. RGB value is (184,216,253). Sum of RGB (Red+Green+Blue) = 184+216+253=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D8FD is #472702. Grayscale: #D2D2D2. Windows color (decimal): -4663043 or 16636088. OLE color: 16636088.

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

Color convert

RGB184216253-
CMYK0.270.1500.01
HSL212.17º94.52%85.69%-
HSV(B)212.17º27.27%99.22%-
XYZ62.0566.39102.47-
YUV210.65151.9108.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.18%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=28.18%
G=33.08%
B=38.74%

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
Decimal1842162530.270.1500.01212.1794.5285.69
HexB8D8FD1BF01d45f56
Octal270330375331701324137126
Binary101110001101100011111101110111111011101010010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D8FD; }

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

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

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

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

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

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

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

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