#B1DDF7

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

Shades of Light Blue #B1DDF7

Tints of Light Blue #B1DDF7

Color information

#B1DDF7 (or 0xB1DDF7) is unknown color: approx Light Blue. HEX triplet: B1, DD and F7. RGB value is (177,221,247). Sum of RGB (Red+Green+Blue) = 177+221+247=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #B1DDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDF7 is #4E2208. Grayscale: #D2D2D2. Windows color (decimal): -5120521 or 16244145. OLE color: 16244145.

HSL color Cylindrical-coordinate representation of color #B1DDF7: hue angle of 202.29º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1DDF7 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177221247-
CMYK0.280.1100.03
HSL202.29º81.4%83.14%-
HSV(B)202.29º28.34%96.86%-
XYZ60.7867.7897.87-
YUV210.81148.42103.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.44%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 247 (96.88% from 255) = 38.29%
R=27.44%
G=34.26%
B=38.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772212470.280.1100.03202.2981.483.14
HexB1DDF71CB03ca5153
Octal261335367341303312121123
Binary1011000111011101111101111110010110111100101010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDF7; }

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

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

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

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

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

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

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

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