#B3CEEC

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

Shades of Tropical Blue #B3CEEC

Tints of Tropical Blue #B3CEEC

Color information

#B3CEEC (or 0xB3CEEC) is unknown color: approx Tropical Blue. HEX triplet: B3, CE and EC. RGB value is (179,206,236). Sum of RGB (Red+Green+Blue) = 179+206+236=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CEEC is #4C3113. Grayscale: #C9C9C9. Windows color (decimal): -4993300 or 15519411. OLE color: 15519411.

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

Color convert

RGB179206236-
CMYK0.240.1300.07
HSL211.58º60%81.37%-
HSV(B)211.58º24.15%92.55%-
XYZ55.859.7887.95-
YUV201.35147.55112.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=28.82%
G=33.17%
B=38.00%

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
Decimal1792062360.240.1300.07211.586081.37
HexB3CEEC18D07d43c51
Octal26331635430150732474121
Binary1011001111001110111011001100011010111110101001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEEC; }

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

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

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

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

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

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

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

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