#B5DCE9

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

Shades of Light Blue #B5DCE9

Tints of Light Blue #B5DCE9

Color information

#B5DCE9 (or 0xB5DCE9) is unknown color: approx Light Blue. HEX triplet: B5, DC and E9. RGB value is (181,220,233). Sum of RGB (Red+Green+Blue) = 181+220+233=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DCE9 is #4A2316. Grayscale: #D1D1D1. Windows color (decimal): -4858647 or 15326389. OLE color: 15326389.

HSL color Cylindrical-coordinate representation of color #B5DCE9: hue angle of 195º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5DCE9 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181220233-
CMYK0.220.0600.09
HSL195º54.17%81.18%-
HSV(B)195º22.32%91.37%-
XYZ59.3666.8986.87-
YUV209.82141.08107.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.55%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=28.55%
G=34.70%
B=36.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812202330.220.0600.0919554.1781.18
HexB5DCE916609c33651
Octal26533435126601130366121
Binary1011010111011100111010011011011001001110000111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCE9; }

 p { color: rgb(181,220,233); }

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

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

 a { background-color: rgb(181,220,233); }

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

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

 span { border-color: rgb(181,220,233); }

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