#B3CAEC

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

Shades of Tropical Blue #B3CAEC

Tints of Tropical Blue #B3CAEC

Color information

#B3CAEC (or 0xB3CAEC) is unknown color: approx Tropical Blue. HEX triplet: B3, CA and EC. RGB value is (179,202,236). Sum of RGB (Red+Green+Blue) = 179+202+236=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAEC is #4C3513. Grayscale: #C6C6C6. Windows color (decimal): -4994324 or 15518387. OLE color: 15518387.

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

Color convert

RGB179202236-
CMYK0.240.1400.07
HSL215.79º60%81.37%-
HSV(B)215.79º24.15%92.55%-
XYZ54.8557.8887.64-
YUV199148.88113.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.01%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=29.01%
G=32.74%
B=38.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792022360.240.1400.07215.796081.37
HexB3CAEC18E07d83c51
Octal26331235430160733074121
Binary1011001111001010111011001100011100111110110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAEC; }

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

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

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

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

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

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

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

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