#B1DBEB

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

Shades of Light Blue #B1DBEB

Tints of Light Blue #B1DBEB

Color information

#B1DBEB (or 0xB1DBEB) is unknown color: approx Light Blue. HEX triplet: B1, DB and EB. RGB value is (177,219,235). Sum of RGB (Red+Green+Blue) = 177+219+235=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBEB is #4E2414. Grayscale: #D0D0D0. Windows color (decimal): -5121045 or 15457201. OLE color: 15457201.

HSL color Cylindrical-coordinate representation of color #B1DBEB: hue angle of 196.55º 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 #B1DBEB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177219235-
CMYK0.250.0700.08
HSL196.55º59.18%80.78%-
HSV(B)196.55º24.68%92.16%-
XYZ58.4666.0188.26-
YUV208.27143.09105.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.05%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=28.05%
G=34.71%
B=37.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772192350.250.0700.08196.5559.1880.78
HexB1DBEB19708c53b51
Octal26133335331701030573121
Binary1011000111011011111010111100111101000110001011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DBEB; }

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

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

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

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

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

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

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

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