#B5DDF1

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

Shades of Light Blue #B5DDF1

Tints of Light Blue #B5DDF1

Color information

#B5DDF1 (or 0xB5DDF1) is unknown color: approx Light Blue. HEX triplet: B5, DD and F1. RGB value is (181,221,241). Sum of RGB (Red+Green+Blue) = 181+221+241=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #B5DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DDF1 is #4A220E. Grayscale: #D3D3D3. Windows color (decimal): -4858383 or 15850933. OLE color: 15850933.

HSL color Cylindrical-coordinate representation of color #B5DDF1: hue angle of 200º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5DDF1 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181221241-
CMYK0.250.0800.05
HSL200º68.18%82.75%-
HSV(B)200º24.9%94.51%-
XYZ60.7967.8993.12-
YUV211.32144.75106.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.15%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=28.15%
G=34.37%
B=37.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812212410.250.0800.0520068.1882.75
HexB5DDF119805c84453
Octal265335361311005310104123
Binary10110101110111011111000111001100001011100100010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DDF1; }

 p { color: rgb(181,221,241); }

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

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

 a { background-color: rgb(181,221,241); }

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

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

 span { border-color: rgb(181,221,241); }

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