#B1D8FA

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

Shades of Pale Cornflower Blue #B1D8FA

Tints of Pale Cornflower Blue #B1D8FA

Color information

#B1D8FA (or 0xB1D8FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D8 and FA. RGB value is (177,216,250). Sum of RGB (Red+Green+Blue) = 177+216+250=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1D8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D8FA is #4E2705. Grayscale: #D0D0D0. Windows color (decimal): -5121798 or 16439473. OLE color: 16439473.

HSL color Cylindrical-coordinate representation of color #B1D8FA: hue angle of 207.95º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1D8FA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177216250-
CMYK0.290.1400.02
HSL207.95º87.95%83.73%-
HSV(B)207.95º29.2%98.04%-
XYZ59.9465.3699.9-
YUV208.21151.58105.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.53%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=27.53%
G=33.59%
B=38.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772162500.290.1400.02207.9587.9583.73
HexB1D8FA1DE02d05854
Octal261330372351602320130124
Binary1011000111011000111110101110111100101101000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D8FA; }

 p { color: rgb(177,216,250); }

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

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

 a { background-color: rgb(177,216,250); }

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

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

 span { border-color: rgb(177,216,250); }

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