#B7D2D7

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

Shades of Light Blue #B7D2D7

Tints of Light Blue #B7D2D7

Color information

#B7D2D7 (or 0xB7D2D7) is unknown color: approx Light Blue. HEX triplet: B7, D2 and D7. RGB value is (183,210,215). Sum of RGB (Red+Green+Blue) = 183+210+215=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 215 - color contains mainly: blue. Hex color #B7D2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2D7 is #482D28. Grayscale: #CACACA. Windows color (decimal): -4730153 or 14144183. OLE color: 14144183.

HSL color Cylindrical-coordinate representation of color #B7D2D7: hue angle of 189.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D2D7 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183210215-
CMYK0.150.0200.16
HSL189.38º28.57%78.04%-
HSV(B)189.38º14.88%84.31%-
XYZ54.8461.0773.19-
YUV202.5135.05114.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=30.10%
G=34.54%
B=35.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832102150.150.0200.16189.3828.5778.04
HexB7D2D7F2010bd1d4e
Octal26732232717202027535116
Binary10110111110100101101011111111001000010111101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D2D7; }

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

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

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

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

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

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

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

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