#B3CEEA

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

Shades of Tropical Blue #B3CEEA

Tints of Tropical Blue #B3CEEA

Color information

#B3CEEA (or 0xB3CEEA) is unknown color: approx Tropical Blue. HEX triplet: B3, CE and EA. RGB value is (179,206,234). Sum of RGB (Red+Green+Blue) = 179+206+234=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CEEA is #4C3115. Grayscale: #C8C8C8. Windows color (decimal): -4993302 or 15388339. OLE color: 15388339.

HSL color Cylindrical-coordinate representation of color #B3CEEA: hue angle of 210.55º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3CEEA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179206234-
CMYK0.240.1200.08
HSL210.55º56.7%80.98%-
HSV(B)210.55º23.5%91.76%-
XYZ55.5159.6786.43-
YUV201.12146.55112.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.92%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=28.92%
G=33.28%
B=37.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792062340.240.1200.08210.5556.780.98
HexB3CEEA18C08d33951
Octal263316352301401032371121
Binary10110011110011101110101011000110001000110100111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEEA; }

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

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

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

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

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

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

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

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