#B1DDEC

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

Shades of Light Blue #B1DDEC

Tints of Light Blue #B1DDEC

Color information

#B1DDEC (or 0xB1DDEC) is unknown color: approx Light Blue. HEX triplet: B1, DD and EC. RGB value is (177,221,236). Sum of RGB (Red+Green+Blue) = 177+221+236=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDEC is #4E2213. Grayscale: #D1D1D1. Windows color (decimal): -5120532 or 15523249. OLE color: 15523249.

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

Color convert

RGB177221236-
CMYK0.250.0600.07
HSL195.25º60.82%80.98%-
HSV(B)195.25º25%92.55%-
XYZ59.1367.1289.2-
YUV209.55142.92104.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=27.92%
G=34.86%
B=37.22%

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
Decimal1772212360.250.0600.07195.2560.8280.98
HexB1DDEC19607c33d51
Octal2613353543160730375121
Binary101100011101110111101100110011100111110000111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDEC; }

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

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

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

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

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

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

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

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