#B1D7E2

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

Shades of Light Blue #B1D7E2

Tints of Light Blue #B1D7E2

Color information

#B1D7E2 (or 0xB1D7E2) is unknown color: approx Light Blue. HEX triplet: B1, D7 and E2. RGB value is (177,215,226). Sum of RGB (Red+Green+Blue) = 177+215+226=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #B1D7E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D7E2 is #4E281D. Grayscale: #CCCCCC. Windows color (decimal): -5122078 or 14866353. OLE color: 14866353.

HSL color Cylindrical-coordinate representation of color #B1D7E2: hue angle of 193.47º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1D7E2 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177215226-
CMYK0.220.0500.11
HSL193.47º45.79%79.02%-
HSV(B)193.47º21.68%88.63%-
XYZ56.1663.4481.24-
YUV204.89139.91108.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.64%
GREEN value IS 215 (84.38% from 255) = 34.79%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=28.64%
G=34.79%
B=36.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772152260.220.0500.11193.4745.7979.02
HexB1D7E21650Bc12e4f
Octal26132734226501330156117
Binary1011000111010111111000101011010101011110000011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D7E2; }

 p { color: rgb(177,215,226); }

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

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

 a { background-color: rgb(177,215,226); }

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

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

 span { border-color: rgb(177,215,226); }

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