#B1D5DF

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

Shades of Light Blue #B1D5DF

Tints of Light Blue #B1D5DF

Color information

#B1D5DF (or 0xB1D5DF) is unknown color: approx Light Blue. HEX triplet: B1, D5 and DF. RGB value is (177,213,223). Sum of RGB (Red+Green+Blue) = 177+213+223=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1D5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D5DF is #4E2A20. Grayscale: #CBCBCB. Windows color (decimal): -5122593 or 14669233. OLE color: 14669233.

HSL color Cylindrical-coordinate representation of color #B1D5DF: hue angle of 193.04º 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 #B1D5DF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177213223-
CMYK0.210.0400.13
HSL193.04º41.82%78.43%-
HSV(B)193.04º20.63%87.45%-
XYZ55.2462.2678.92-
YUV203.38139.07109.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.87%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=28.87%
G=34.75%
B=36.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772132230.210.0400.13193.0441.8278.43
HexB1D5DF1540Dc12a4e
Octal26132533725401530152116
Binary1011000111010101110111111010110001101110000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D5DF; }

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

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

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

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

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

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

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

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