#B1DEEC

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

Shades of Light Blue #B1DEEC

Tints of Light Blue #B1DEEC

Color information

#B1DEEC (or 0xB1DEEC) is unknown color: approx Light Blue. HEX triplet: B1, DE and EC. RGB value is (177,222,236). Sum of RGB (Red+Green+Blue) = 177+222+236=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEEC is #4E2113. Grayscale: #D2D2D2. Windows color (decimal): -5120276 or 15523505. OLE color: 15523505.

HSL color Cylindrical-coordinate representation of color #B1DEEC: hue angle of 194.24º degrees, saturation: 0.61, 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 #B1DEEC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177222236-
CMYK0.250.0600.07
HSL194.24º60.82%80.98%-
HSV(B)194.24º25%92.55%-
XYZ59.3967.6589.28-
YUV210.14142.59104.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.87%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=27.87%
G=34.96%
B=37.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772222360.250.0600.07194.2460.8280.98
HexB1DEEC19607c23d51
Octal2613363543160730275121
Binary101100011101111011101100110011100111110000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEEC; }

 p { color: rgb(177,222,236); }

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

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

 a { background-color: rgb(177,222,236); }

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

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

 span { border-color: rgb(177,222,236); }

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