#B8D5FD

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

Shades of Pale Cornflower Blue #B8D5FD

Tints of Pale Cornflower Blue #B8D5FD

Color information

#B8D5FD (or 0xB8D5FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D5 and FD. RGB value is (184,213,253). Sum of RGB (Red+Green+Blue) = 184+213+253=650 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.31% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D5FD is #472A02. Grayscale: #D0D0D0. Windows color (decimal): -4663811 or 16635320. OLE color: 16635320.

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

Color convert

RGB184213253-
CMYK0.270.1600.01
HSL214.78º94.52%85.69%-
HSV(B)214.78º27.27%99.22%-
XYZ61.2964.87102.22-
YUV208.89152.89110.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.31%
GREEN value IS 213 (83.59% from 255) = 32.77%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=28.31%
G=32.77%
B=38.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842132530.270.1600.01214.7894.5285.69
HexB8D5FD1B1001d75f56
Octal270325375332001327137126
Binary1011100011010101111111011101110000011101011110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D5FD; }

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

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

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

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

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

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

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

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