Html Css Color HEX #B1D6FD Pale Cornflower Blue

📋 copy color: '#B1D6FD'

red 177 ◦ green 214 ◦ blue 253

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

Shades of Pale Cornflower Blue #B1D6FD

Tints of Pale Cornflower Blue #B1D6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.23%

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

R = 27.48%
G = 33.23%
B = 39.29%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1D6FD (or 0xB1D6FD) is known color: Pale Cornflower Blue. HEX triplet: B1, D6 and FD. RGB value is (177,214,253). Sum of RGB (Red+Green+Blue) = 177+214+253=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1D6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D6FD is #4E2902. Grayscale: #CFCFCF. Windows color (decimal): -5122307 or 16635569. OLE color: 16635569.

HSL color Cylindrical-coordinate representation of color #B1D6FD: hue angle of 210.79º 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 #B1D6FD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 214 253 -
CMYK 0.30 0.15 0 0.01
HSL 210.79º 0.95% 0.84% -
HSV(B) 210.79º 0.3% 0.99% -
XYZ 59.91 64.53 102.23 -
YUV 207.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 177 214 253 0.30 0.15 0 0.01 210.79 0.95 0.84
Hex B1 D6 FD 1E F 0 1 D3 5F 54
Octal 261 326 375 36 17 0 1 323 137 124
Binary 10110001 11010110 11111101 11110 1111 0 1 11010011 1011111 1010100

Color Harmonies of #B1D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D6FD

Black with #B1D6FD

Text Example


Text Example

White with #B1D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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