Html Css Color HEX #B1D9FC Pale Cornflower Blue

📋 copy color: '#B1D9FC'

red 177 ◦ green 217 ◦ blue 252

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

Shades of Pale Cornflower Blue #B1D9FC

Tints of Pale Cornflower Blue #B1D9FC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.59%

 BLUE value IS 252 (98.83% from 255) = 39.01%

R = 27.4%
G = 33.59%
B = 39.01%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1D9FC (or 0xB1D9FC) is known color: Pale Cornflower Blue. HEX triplet: B1, D9 and FC. RGB value is (177,217,252). Sum of RGB (Red+Green+Blue) = 177+217+252=646 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.40% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1D9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D9FC is #4E2603. Grayscale: #D0D0D0. Windows color (decimal): -5121540 or 16570801. OLE color: 16570801.

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

Color convert

RGB 177 217 252 -
CMYK 0.30 0.14 0 0.01
HSL 208º 0.93% 0.84% -
HSV(B) 208º 0.3% 0.99% -
XYZ 60.52 66 101.65 -
YUV 209.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 177 217 252 0.30 0.14 0 0.01 208 0.93 0.84
Hex B1 D9 FC 1E E 0 1 D0 5D 54
Octal 261 331 374 36 16 0 1 320 135 124
Binary 10110001 11011001 11111100 11110 1110 0 1 11010000 1011101 1010100

Color Harmonies of #B1D9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D9FC

Black with #B1D9FC

Text Example


Text Example

White with #B1D9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D9FC; }

 p { color: rgb(177,217,252); }

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

background-color css

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

 a { background-color: rgb(177,217,252); }

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

border-color css

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

 span { border-color: rgb(177,217,252); }

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