#B5D1DE

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

Shades of Light Blue #B5D1DE

Tints of Light Blue #B5D1DE

Color information

#B5D1DE (or 0xB5D1DE) is unknown color: approx Light Blue. HEX triplet: B5, D1 and DE. RGB value is (181,209,222). Sum of RGB (Red+Green+Blue) = 181+209+222=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5D1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D1DE is #4A2E21. Grayscale: #CACACA. Windows color (decimal): -4861474 or 14602677. OLE color: 14602677.

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

Color convert

RGB181209222-
CMYK0.180.0600.13
HSL199.02º38.32%79.02%-
HSV(B)199.02º18.47%87.06%-
XYZ55.0460.777.92-
YUV202.11139.22112.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.58%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=29.58%
G=34.15%
B=36.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812092220.180.0600.13199.0238.3279.02
HexB5D1DE1260Dc7264f
Octal26532133622601530746117
Binary1011010111010001110111101001011001101110001111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D1DE; }

 p { color: rgb(181,209,222); }

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

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

 a { background-color: rgb(181,209,222); }

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

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

 span { border-color: rgb(181,209,222); }

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