#B1D3DF

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

Shades of Light Blue #B1D3DF

Tints of Light Blue #B1D3DF

Color information

#B1D3DF (or 0xB1D3DF) is unknown color: approx Light Blue. HEX triplet: B1, D3 and DF. RGB value is (177,211,223). Sum of RGB (Red+Green+Blue) = 177+211+223=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D3DF is #4E2C20. Grayscale: #CACACA. Windows color (decimal): -5123105 or 14668721. OLE color: 14668721.

HSL color Cylindrical-coordinate representation of color #B1D3DF: hue angle of 195.65º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1D3DF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177211223-
CMYK0.210.0500.13
HSL195.65º41.82%78.43%-
HSV(B)195.65º20.63%87.45%-
XYZ54.7561.2678.75-
YUV202.2139.74110.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.97%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=28.97%
G=34.53%
B=36.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772112230.210.0500.13195.6541.8278.43
HexB1D3DF1550Dc42a4e
Octal26132333725501530452116
Binary1011000111010011110111111010110101101110001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D3DF; }

 p { color: rgb(177,211,223); }

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

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

 a { background-color: rgb(177,211,223); }

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

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

 span { border-color: rgb(177,211,223); }

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