#B1DBEE

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

Shades of Light Blue #B1DBEE

Tints of Light Blue #B1DBEE

Color information

#B1DBEE (or 0xB1DBEE) is unknown color: approx Light Blue. HEX triplet: B1, DB and EE. RGB value is (177,219,238). Sum of RGB (Red+Green+Blue) = 177+219+238=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBEE is #4E2411. Grayscale: #D0D0D0. Windows color (decimal): -5121042 or 15653809. OLE color: 15653809.

HSL color Cylindrical-coordinate representation of color #B1DBEE: hue angle of 198.69º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1DBEE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177219238-
CMYK0.260.0800.07
HSL198.69º64.21%81.37%-
HSV(B)198.69º25.63%93.33%-
XYZ58.966.1890.56-
YUV208.61144.59105.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=27.92%
G=34.54%
B=37.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772192380.260.0800.07198.6964.2181.37
HexB1DBEE1A807c74051
Octal261333356321007307100121
Binary10110001110110111110111011010100001111100011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DBEE; }

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

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

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

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

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

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

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

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