#B7D7EB

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

Shades of Light Blue #B7D7EB

Tints of Light Blue #B7D7EB

Color information

#B7D7EB (or 0xB7D7EB) is unknown color: approx Light Blue. HEX triplet: B7, D7 and EB. RGB value is (183,215,235). Sum of RGB (Red+Green+Blue) = 183+215+235=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D7EB is #482814. Grayscale: #CFCFCF. Windows color (decimal): -4728853 or 15456183. OLE color: 15456183.

HSL color Cylindrical-coordinate representation of color #B7D7EB: hue angle of 203.08º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7D7EB is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183215235-
CMYK0.220.0900.08
HSL203.08º56.52%81.96%-
HSV(B)203.08º22.13%92.16%-
XYZ58.8264.6787.98-
YUV207.71143.4110.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.91%
GREEN value IS 215 (84.38% from 255) = 33.97%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=28.91%
G=33.97%
B=37.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832152350.220.0900.08203.0856.5281.96
HexB7D7EB16908cb3952
Octal267327353261101031371122
Binary10110111110101111110101110110100101000110010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D7EB; }

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

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

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

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

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

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

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

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