Html Css Color HEX #B1D5FD Pale Cornflower Blue

📋 copy color: '#B1D5FD'

red 177 ◦ green 213 ◦ blue 253

#B1D5FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #B1D5FD

Tints of Pale Cornflower Blue #B1D5FD

RGB

 RED value IS 177 (69.53% from 255) = 27.53%

 GREEN value IS 213 (83.59% from 255) = 33.13%

 BLUE value IS 253 (99.22% from 255) = 39.35%

R = 27.53%
G = 33.13%
B = 39.35%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1D5FD (or 0xB1D5FD) is known color: Pale Cornflower Blue. HEX triplet: B1, D5 and FD. RGB value is (177,213,253). Sum of RGB (Red+Green+Blue) = 177+213+253=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D5FD is #4E2A02. Grayscale: #CECECE. Windows color (decimal): -5122563 or 16635313. OLE color: 16635313.

HSL color Cylindrical-coordinate representation of color #B1D5FD: hue angle of 211.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1D5FD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 213 253 -
CMYK 0.30 0.16 0 0.01
HSL 211.58º 0.95% 0.84% -
HSV(B) 211.58º 0.3% 0.99% -
XYZ 59.66 64.03 102.14 -
YUV 206.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 177 213 253 0.30 0.16 0 0.01 211.58 0.95 0.84
Hex B1 D5 FD 1E 10 0 1 D4 5F 54
Octal 261 325 375 36 20 0 1 324 137 124
Binary 10110001 11010101 11111101 11110 10000 0 1 11010100 1011111 1010100

Color Harmonies of #B1D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D5FD

Black with #B1D5FD

Text Example


Text Example

White with #B1D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D5FD; }

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

 H1.HeaderClassName
 {
   color: #B1D5FD;
 }
 .AnyTagClassName
 {
   color: #B1D5FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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