#B7D3DF

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

Shades of Light Blue #B7D3DF

Tints of Light Blue #B7D3DF

Color information

#B7D3DF (or 0xB7D3DF) is unknown color: approx Light Blue. HEX triplet: B7, D3 and DF. RGB value is (183,211,223). Sum of RGB (Red+Green+Blue) = 183+211+223=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3DF is #482C20. Grayscale: #CBCBCB. Windows color (decimal): -4729889 or 14668727. OLE color: 14668727.

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

Color convert

RGB183211223-
CMYK0.180.0500.13
HSL198º38.46%79.61%-
HSV(B)198º17.94%87.45%-
XYZ56.1461.9878.82-
YUV204138.72113.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.66%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=29.66%
G=34.20%
B=36.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832112230.180.0500.1319838.4679.61
HexB7D3DF1250Dc62650
Octal26732333722501530646120
Binary1011011111010011110111111001010101101110001101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D3DF; }

 p { color: rgb(183,211,223); }

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

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

 a { background-color: rgb(183,211,223); }

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

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

 span { border-color: rgb(183,211,223); }

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