#B7D2DB

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

Shades of Light Blue #B7D2DB

Tints of Light Blue #B7D2DB

Color information

#B7D2DB (or 0xB7D2DB) is unknown color: approx Light Blue. HEX triplet: B7, D2 and DB. RGB value is (183,210,219). Sum of RGB (Red+Green+Blue) = 183+210+219=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2DB is #482D24. Grayscale: #CACACA. Windows color (decimal): -4730149 or 14406327. OLE color: 14406327.

HSL color Cylindrical-coordinate representation of color #B7D2DB: hue angle of 195º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D2DB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183210219-
CMYK0.160.0400.14
HSL195º33.33%78.82%-
HSV(B)195º16.44%85.88%-
XYZ55.3661.2775.93-
YUV202.95137.05113.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.90%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=29.90%
G=34.31%
B=35.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832102190.160.0400.1419533.3378.82
HexB7D2DB1040Ec3214f
Octal26732233320401630341117
Binary1011011111010010110110111000010001110110000111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D2DB; }

 p { color: rgb(183,210,219); }

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

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

 a { background-color: rgb(183,210,219); }

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

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

 span { border-color: rgb(183,210,219); }

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