#B1CEDC

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

Shades of Light Blue #B1CEDC

Tints of Light Blue #B1CEDC

Color information

#B1CEDC (or 0xB1CEDC) is unknown color: approx Light Blue. HEX triplet: B1, CE and DC. RGB value is (177,206,220). Sum of RGB (Red+Green+Blue) = 177+206+220=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEDC is #4E3123. Grayscale: #C6C6C6. Windows color (decimal): -5124388 or 14470833. OLE color: 14470833.

HSL color Cylindrical-coordinate representation of color #B1CEDC: hue angle of 199.53º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CEDC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177206220-
CMYK0.200.0600.14
HSL199.53º38.05%77.84%-
HSV(B)199.53º19.55%86.27%-
XYZ53.1258.6676.23-
YUV198.92139.89112.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=29.35%
G=34.16%
B=36.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772062200.200.0600.14199.5338.0577.84
HexB1CEDC1460Ec8264e
Octal26131633424601631046116
Binary1011000111001110110111001010011001110110010001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEDC; }

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

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

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

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

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

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

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

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