#B1D6EF

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

Shades of Pale Cornflower Blue #B1D6EF

Tints of Pale Cornflower Blue #B1D6EF

Color information

#B1D6EF (or 0xB1D6EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D6 and EF. RGB value is (177,214,239). Sum of RGB (Red+Green+Blue) = 177+214+239=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1D6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D6EF is #4E2910. Grayscale: #CDCDCD. Windows color (decimal): -5122321 or 15718065. OLE color: 15718065.

HSL color Cylindrical-coordinate representation of color #B1D6EF: hue angle of 204.19º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1D6EF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177214239-
CMYK0.260.1000.06
HSL204.19º65.96%81.57%-
HSV(B)204.19º25.94%93.73%-
XYZ57.7663.6790.91-
YUV205.79146.74107.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.10%
GREEN value IS 214 (83.98% from 255) = 33.97%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=28.10%
G=33.97%
B=37.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772142390.260.1000.06204.1965.9681.57
HexB1D6EF1AA06cc4252
Octal261326357321206314102122
Binary10110001110101101110111111010101001101100110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D6EF; }

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

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

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

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

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

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

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

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