#B1DCEF

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

Shades of Light Blue #B1DCEF

Tints of Light Blue #B1DCEF

Color information

#B1DCEF (or 0xB1DCEF) is unknown color: approx Light Blue. HEX triplet: B1, DC and EF. RGB value is (177,220,239). Sum of RGB (Red+Green+Blue) = 177+220+239=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCEF is #4E2310. Grayscale: #D1D1D1. Windows color (decimal): -5120785 or 15719601. OLE color: 15719601.

HSL color Cylindrical-coordinate representation of color #B1DCEF: hue angle of 198.39º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1DCEF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177220239-
CMYK0.260.0800.06
HSL198.39º65.96%81.57%-
HSV(B)198.39º25.94%93.73%-
XYZ59.366.7791.42-
YUV209.31144.75104.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.83%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=27.83%
G=34.59%
B=37.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772202390.260.0800.06198.3965.9681.57
HexB1DCEF1A806c64252
Octal261334357321006306102122
Binary10110001110111001110111111010100001101100011010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCEF; }

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

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

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

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

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

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

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

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