#B7D2DD

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

Shades of Light Blue #B7D2DD

Tints of Light Blue #B7D2DD

Color information

#B7D2DD (or 0xB7D2DD) is unknown color: approx Light Blue. HEX triplet: B7, D2 and DD. RGB value is (183,210,221). Sum of RGB (Red+Green+Blue) = 183+210+221=614 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.80% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2DD is #482D22. Grayscale: #CBCBCB. Windows color (decimal): -4730147 or 14537399. OLE color: 14537399.

HSL color Cylindrical-coordinate representation of color #B7D2DD: hue angle of 197.37º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7D2DD is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183210221-
CMYK0.170.0500.13
HSL197.37º35.85%79.22%-
HSV(B)197.37º17.19%86.67%-
XYZ55.6361.3877.32-
YUV203.18138.05113.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.80%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 221 (86.72% from 255) = 35.99%
R=29.80%
G=34.20%
B=35.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832102210.170.0500.13197.3735.8579.22
HexB7D2DD1150Dc5244f
Octal26732233521501530544117
Binary1011011111010010110111011000110101101110001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D2DD; }

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

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

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

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

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

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

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

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