#B1D7FA

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

Shades of Pale Cornflower Blue #B1D7FA

Tints of Pale Cornflower Blue #B1D7FA

Color information

#B1D7FA (or 0xB1D7FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D7 and FA. RGB value is (177,215,250). Sum of RGB (Red+Green+Blue) = 177+215+250=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D7FA is #4E2805. Grayscale: #CFCFCF. Windows color (decimal): -5122054 or 16439217. OLE color: 16439217.

HSL color Cylindrical-coordinate representation of color #B1D7FA: hue angle of 208.77º 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 #B1D7FA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177215250-
CMYK0.290.1400.02
HSL208.77º87.95%83.73%-
HSV(B)208.77º29.2%98.04%-
XYZ59.6964.8599.81-
YUV207.63151.91106.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.57%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=27.57%
G=33.49%
B=38.94%

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
Decimal1772152500.290.1400.02208.7787.9583.73
HexB1D7FA1DE02d15854
Octal261327372351602321130124
Binary1011000111010111111110101110111100101101000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D7FA; }

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

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

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

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

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

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

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

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