#B7D7DE

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

Shades of Light Blue #B7D7DE

Tints of Light Blue #B7D7DE

Color information

#B7D7DE (or 0xB7D7DE) is unknown color: approx Light Blue. HEX triplet: B7, D7 and DE. RGB value is (183,215,222). Sum of RGB (Red+Green+Blue) = 183+215+222=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7D7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7DE is #482821. Grayscale: #CECECE. Windows color (decimal): -4728866 or 14604215. OLE color: 14604215.

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

Color convert

RGB183215222-
CMYK0.180.0300.13
HSL190.77º37.14%79.41%-
HSV(B)190.77º17.57%87.06%-
XYZ57.0163.9478.44-
YUV206.23136.9111.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.52%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=29.52%
G=34.68%
B=35.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832152220.180.0300.13190.7737.1479.41
HexB7D7DE1230Dbf254f
Octal26732733622301527745117
Binary101101111101011111011110100101101101101111111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D7DE; }

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

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

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

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

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

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

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

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