#B4D1DB

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

Shades of Light Blue #B4D1DB

Tints of Light Blue #B4D1DB

Color information

#B4D1DB (or 0xB4D1DB) is unknown color: approx Light Blue. HEX triplet: B4, D1 and DB. RGB value is (180,209,219). Sum of RGB (Red+Green+Blue) = 180+209+219=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1DB is #4B2E24. Grayscale: #C9C9C9. Windows color (decimal): -4927013 or 14406068. OLE color: 14406068.

HSL color Cylindrical-coordinate representation of color #B4D1DB: hue angle of 195.38º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4D1DB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180209219-
CMYK0.180.0500.14
HSL195.38º35.14%78.24%-
HSV(B)195.38º17.81%85.88%-
XYZ54.4160.4275.81-
YUV201.47137.89112.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=29.61%
G=34.38%
B=36.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802092190.180.0500.14195.3835.1478.24
HexB4D1DB1250Ec3234e
Octal26432133322501630343116
Binary1011010011010001110110111001010101110110000111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D1DB; }

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

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

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

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

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

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

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

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