#B1DCF6

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

Shades of Light Blue #B1DCF6

Tints of Light Blue #B1DCF6

Color information

#B1DCF6 (or 0xB1DCF6) is unknown color: approx Light Blue. HEX triplet: B1, DC and F6. RGB value is (177,220,246). Sum of RGB (Red+Green+Blue) = 177+220+246=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #B1DCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCF6 is #4E2309. Grayscale: #D1D1D1. Windows color (decimal): -5120778 or 16178353. OLE color: 16178353.

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

Color convert

RGB177220246-
CMYK0.280.1100.04
HSL202.61º79.31%82.94%-
HSV(B)202.61º28.05%96.47%-
XYZ60.3667.1996.98-
YUV210.11148.25104.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.53%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=27.53%
G=34.21%
B=38.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772202460.280.1100.04202.6179.3182.94
HexB1DCF61CB04cb4f53
Octal261334366341304313117123
Binary10110001110111001111011011100101101001100101110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCF6; }

 p { color: rgb(177,220,246); }

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

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

 a { background-color: rgb(177,220,246); }

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

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

 span { border-color: rgb(177,220,246); }

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