#B5DEF1

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

Shades of Light Blue #B5DEF1

Tints of Light Blue #B5DEF1

Color information

#B5DEF1 (or 0xB5DEF1) is unknown color: approx Light Blue. HEX triplet: B5, DE and F1. RGB value is (181,222,241). Sum of RGB (Red+Green+Blue) = 181+222+241=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #B5DEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DEF1 is #4A210E. Grayscale: #D3D3D3. Windows color (decimal): -4858127 or 15851189. OLE color: 15851189.

HSL color Cylindrical-coordinate representation of color #B5DEF1: hue angle of 199º 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 #B5DEF1 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181222241-
CMYK0.250.0800.05
HSL199º68.18%82.75%-
HSV(B)199º24.9%94.51%-
XYZ61.0568.4293.21-
YUV211.91144.42105.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.11%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=28.11%
G=34.47%
B=37.42%

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
Decimal1812222410.250.0800.0519968.1882.75
HexB5DEF119805c74453
Octal265336361311005307104123
Binary10110101110111101111000111001100001011100011110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEF1; }

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

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

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

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

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

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

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

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