#B5DBEA

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

Shades of Light Blue #B5DBEA

Tints of Light Blue #B5DBEA

Color information

#B5DBEA (or 0xB5DBEA) is unknown color: approx Light Blue. HEX triplet: B5, DB and EA. RGB value is (181,219,234). Sum of RGB (Red+Green+Blue) = 181+219+234=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBEA is #4A2415. Grayscale: #D1D1D1. Windows color (decimal): -4858902 or 15391669. OLE color: 15391669.

HSL color Cylindrical-coordinate representation of color #B5DBEA: hue angle of 196.98º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DBEA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181219234-
CMYK0.230.0600.08
HSL196.98º55.79%81.37%-
HSV(B)196.98º22.65%91.76%-
XYZ59.2466.4387.54-
YUV209.35141.91107.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.55%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=28.55%
G=34.54%
B=36.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812192340.230.0600.08196.9855.7981.37
HexB5DBEA17608c53851
Octal26533335227601030570121
Binary1011010111011011111010101011111001000110001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBEA; }

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

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

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

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

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

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

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

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