#B3CFDC

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

Shades of Light Blue #B3CFDC

Tints of Light Blue #B3CFDC

Color information

#B3CFDC (or 0xB3CFDC) is unknown color: approx Light Blue. HEX triplet: B3, CF and DC. RGB value is (179,207,220). Sum of RGB (Red+Green+Blue) = 179+207+220=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFDC is #4C3023. Grayscale: #C8C8C8. Windows color (decimal): -4993060 or 14471091. OLE color: 14471091.

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

Color convert

RGB179207220-
CMYK0.190.0600.14
HSL199.02º36.94%78.24%-
HSV(B)199.02º18.64%86.27%-
XYZ53.8259.3876.33-
YUV200.11139.22112.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=29.54%
G=34.16%
B=36.30%

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
Decimal1792072200.190.0600.14199.0236.9478.24
HexB3CFDC1360Ec7254e
Octal26331733423601630745116
Binary1011001111001111110111001001111001110110001111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFDC; }

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

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

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

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

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

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

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

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