#B1D7FF

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

Shades of Pale Cornflower Blue #B1D7FF

Tints of Pale Cornflower Blue #B1D7FF

Color information

#B1D7FF (or 0xB1D7FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D7 and FF. RGB value is (177,215,255). Sum of RGB (Red+Green+Blue) = 177+215+255=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1D7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D7FF is #4E2800. Grayscale: #D0D0D0. Windows color (decimal): -5122049 or 16766897. OLE color: 16766897.

HSL color Cylindrical-coordinate representation of color #B1D7FF: hue angle of 210.77º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1D7FF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177215255-
CMYK0.310.1600
HSL210.77º100%84.71%-
HSV(B)210.77º30.59%100%-
XYZ60.4865.17104-
YUV208.2154.41105.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.36%
GREEN value IS 215 (84.38% from 255) = 33.23%
BLUE value IS 255 (100% from 255) = 39.41%
R=27.36%
G=33.23%
B=39.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772152550.310.1600210.7710084.71
HexB1D7FF1F1000d36455
Octal261327377372000323144125
Binary1011000111010111111111111111110000001101001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D7FF; }

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

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

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

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

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

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

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

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