#B1DCEC

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

Shades of Light Blue #B1DCEC

Tints of Light Blue #B1DCEC

Color information

#B1DCEC (or 0xB1DCEC) is unknown color: approx Light Blue. HEX triplet: B1, DC and EC. RGB value is (177,220,236). Sum of RGB (Red+Green+Blue) = 177+220+236=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCEC is #4E2313. Grayscale: #D0D0D0. Windows color (decimal): -5120788 or 15522993. OLE color: 15522993.

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

Color convert

RGB177220236-
CMYK0.250.0700.07
HSL196.27º60.82%80.98%-
HSV(B)196.27º25%92.55%-
XYZ58.8666.5989.11-
YUV208.97143.25105.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.96%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=27.96%
G=34.76%
B=37.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772202360.250.0700.07196.2760.8280.98
HexB1DCEC19707c43d51
Octal2613343543170730475121
Binary101100011101110011101100110011110111110001001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCEC; }

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

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

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

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

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

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

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

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