#B5DBF1

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

Shades of Light Blue #B5DBF1

Tints of Light Blue #B5DBF1

Color information

#B5DBF1 (or 0xB5DBF1) is unknown color: approx Light Blue. HEX triplet: B5, DB and F1. RGB value is (181,219,241). Sum of RGB (Red+Green+Blue) = 181+219+241=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #B5DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBF1 is #4A240E. Grayscale: #D2D2D2. Windows color (decimal): -4858895 or 15850421. OLE color: 15850421.

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

Color convert

RGB181219241-
CMYK0.250.0900.05
HSL202º68.18%82.75%-
HSV(B)202º24.9%94.51%-
XYZ60.2666.8492.94-
YUV210.15145.41107.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.24%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=28.24%
G=34.17%
B=37.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812192410.250.0900.0520268.1882.75
HexB5DBF119905ca4453
Octal265333361311105312104123
Binary10110101110110111111000111001100101011100101010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBF1; }

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

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

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

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

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

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

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

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