#B1DDED

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

Shades of Light Blue #B1DDED

Tints of Light Blue #B1DDED

Color information

#B1DDED (or 0xB1DDED) is unknown color: approx Light Blue. HEX triplet: B1, DD and ED. RGB value is (177,221,237). Sum of RGB (Red+Green+Blue) = 177+221+237=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDED is #4E2212. Grayscale: #D1D1D1. Windows color (decimal): -5120531 or 15588785. OLE color: 15588785.

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

Color convert

RGB177221237-
CMYK0.250.0700.07
HSL196º62.5%81.18%-
HSV(B)196º25.32%92.94%-
XYZ59.2767.1789.96-
YUV209.67143.42104.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.87%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=27.87%
G=34.80%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772212370.250.0700.0719662.581.18
HexB1DDED19707c43e51
Octal2613353553170730476121
Binary101100011101110111101101110011110111110001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDED; }

 p { color: rgb(177,221,237); }

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

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

 a { background-color: rgb(177,221,237); }

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

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

 span { border-color: rgb(177,221,237); }

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