#B4DBED

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

Shades of Light Blue #B4DBED

Tints of Light Blue #B4DBED

Color information

#B4DBED (or 0xB4DBED) is unknown color: approx Light Blue. HEX triplet: B4, DB and ED. RGB value is (180,219,237). Sum of RGB (Red+Green+Blue) = 180+219+237=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBED is #4B2412. Grayscale: #D1D1D1. Windows color (decimal): -4924435 or 15588276. OLE color: 15588276.

HSL color Cylindrical-coordinate representation of color #B4DBED: hue angle of 198.95º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4DBED is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180219237-
CMYK0.240.0800.07
HSL198.95º61.29%81.76%-
HSV(B)198.95º24.05%92.94%-
XYZ59.4466.4889.82-
YUV209.39143.58107.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.30%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=28.30%
G=34.43%
B=37.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802192370.240.0800.07198.9561.2981.76
HexB4DBED18807c73d52
Octal26433335530100730775122
Binary1011010011011011111011011100010000111110001111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DBED; }

 p { color: rgb(180,219,237); }

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

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

 a { background-color: rgb(180,219,237); }

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

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

 span { border-color: rgb(180,219,237); }

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