#B1D5FE

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

Shades of Pale Cornflower Blue #B1D5FE

Tints of Pale Cornflower Blue #B1D5FE

Color information

#B1D5FE (or 0xB1D5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D5 and FE. RGB value is (177,213,254). Sum of RGB (Red+Green+Blue) = 177+213+254=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1D5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D5FE is #4E2A01. Grayscale: #CECECE. Windows color (decimal): -5122562 or 16700849. OLE color: 16700849.

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

Color convert

RGB177213254-
CMYK0.300.1600.00
HSL211.95º97.47%84.51%-
HSV(B)211.95º30.31%99.61%-
XYZ59.8264.09102.98-
YUV206.91154.57106.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.48%
GREEN value IS 213 (83.59% from 255) = 33.07%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=27.48%
G=33.07%
B=39.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772132540.300.1600.00211.9597.4784.51
HexB1D5FE1E1000d46155
Octal261325376362000324141125
Binary1011000111010101111111101111010000001101010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D5FE; }

 p { color: rgb(177,213,254); }

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

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

 a { background-color: rgb(177,213,254); }

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

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

 span { border-color: rgb(177,213,254); }

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