#B3D2DB

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

Shades of Light Blue #B3D2DB

Tints of Light Blue #B3D2DB

Color information

#B3D2DB (or 0xB3D2DB) is unknown color: approx Light Blue. HEX triplet: B3, D2 and DB. RGB value is (179,210,219). Sum of RGB (Red+Green+Blue) = 179+210+219=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D2DB is #4C2D24. Grayscale: #C9C9C9. Windows color (decimal): -4992293 or 14406323. OLE color: 14406323.

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

Color convert

RGB179210219-
CMYK0.180.0400.14
HSL193.5º35.71%78.04%-
HSV(B)193.5º18.26%85.88%-
XYZ54.4260.7975.88-
YUV201.76137.73111.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=29.44%
G=34.54%
B=36.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792102190.180.0400.14193.535.7178.04
HexB3D2DB1240Ec2244e
Octal26332233322401630244116
Binary1011001111010010110110111001010001110110000101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D2DB; }

 p { color: rgb(179,210,219); }

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

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

 a { background-color: rgb(179,210,219); }

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

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

 span { border-color: rgb(179,210,219); }

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