#B5D3DF

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

Shades of Light Blue #B5D3DF

Tints of Light Blue #B5D3DF

Color information

#B5D3DF (or 0xB5D3DF) is unknown color: approx Light Blue. HEX triplet: B5, D3 and DF. RGB value is (181,211,223). Sum of RGB (Red+Green+Blue) = 181+211+223=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D3DF is #4A2C20. Grayscale: #CBCBCB. Windows color (decimal): -4860961 or 14668725. OLE color: 14668725.

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

Color convert

RGB181211223-
CMYK0.190.0500.13
HSL197.14º39.62%79.22%-
HSV(B)197.14º18.83%87.45%-
XYZ55.6761.7478.79-
YUV203.4139.06112.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.43%
GREEN value IS 211 (82.81% from 255) = 34.31%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=29.43%
G=34.31%
B=36.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812112230.190.0500.13197.1439.6279.22
HexB5D3DF1350Dc5284f
Octal26532333723501530550117
Binary1011010111010011110111111001110101101110001011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D3DF; }

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

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

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

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

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

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

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

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