#B3CEDC

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

Shades of Light Blue #B3CEDC

Tints of Light Blue #B3CEDC

Color information

#B3CEDC (or 0xB3CEDC) is unknown color: approx Light Blue. HEX triplet: B3, CE and DC. RGB value is (179,206,220). Sum of RGB (Red+Green+Blue) = 179+206+220=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEDC is #4C3123. Grayscale: #C7C7C7. Windows color (decimal): -4993316 or 14470835. OLE color: 14470835.

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

Color convert

RGB179206220-
CMYK0.190.0600.14
HSL200.49º36.94%78.24%-
HSV(B)200.49º18.64%86.27%-
XYZ53.5858.8976.25-
YUV199.52139.55113.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.59%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=29.59%
G=34.05%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792062200.190.0600.14200.4936.9478.24
HexB3CEDC1360Ec8254e
Octal26331633423601631045116
Binary1011001111001110110111001001111001110110010001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEDC; }

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

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

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

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

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

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

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

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