#B3CDEC

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

Shades of Tropical Blue #B3CDEC

Tints of Tropical Blue #B3CDEC

Color information

#B3CDEC (or 0xB3CDEC) is unknown color: approx Tropical Blue. HEX triplet: B3, CD and EC. RGB value is (179,205,236). Sum of RGB (Red+Green+Blue) = 179+205+236=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CDEC is #4C3213. Grayscale: #C8C8C8. Windows color (decimal): -4993556 or 15519155. OLE color: 15519155.

HSL color Cylindrical-coordinate representation of color #B3CDEC: hue angle of 212.63º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3CDEC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179205236-
CMYK0.240.1300.07
HSL212.63º60%81.37%-
HSV(B)212.63º24.15%92.55%-
XYZ55.5659.387.87-
YUV200.76147.89112.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.87%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=28.87%
G=33.06%
B=38.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792052360.240.1300.07212.636081.37
HexB3CDEC18D07d53c51
Octal26331535430150732574121
Binary1011001111001101111011001100011010111110101011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDEC; }

 p { color: rgb(179,205,236); }

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

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

 a { background-color: rgb(179,205,236); }

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

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

 span { border-color: rgb(179,205,236); }

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