#B1D7EB

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

Shades of Light Blue #B1D7EB

Tints of Light Blue #B1D7EB

Color information

#B1D7EB (or 0xB1D7EB) is unknown color: approx Light Blue. HEX triplet: B1, D7 and EB. RGB value is (177,215,235). Sum of RGB (Red+Green+Blue) = 177+215+235=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D7EB is #4E2814. Grayscale: #CDCDCD. Windows color (decimal): -5122069 or 15456177. OLE color: 15456177.

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

Color convert

RGB177215235-
CMYK0.250.0900.08
HSL200.69º59.18%80.78%-
HSV(B)200.69º24.68%92.16%-
XYZ57.4363.9587.91-
YUV205.92144.41107.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.23%
GREEN value IS 215 (84.38% from 255) = 34.29%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=28.23%
G=34.29%
B=37.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772152350.250.0900.08200.6959.1880.78
HexB1D7EB19908c93b51
Octal261327353311101031173121
Binary10110001110101111110101111001100101000110010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D7EB; }

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

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

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

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

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

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

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

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