#B3CAEB

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

Shades of Tropical Blue #B3CAEB

Tints of Tropical Blue #B3CAEB

Color information

#B3CAEB (or 0xB3CAEB) is unknown color: approx Tropical Blue. HEX triplet: B3, CA and EB. RGB value is (179,202,235). Sum of RGB (Red+Green+Blue) = 179+202+235=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAEB is #4C3514. Grayscale: #C6C6C6. Windows color (decimal): -4994325 or 15452851. OLE color: 15452851.

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

Color convert

RGB179202235-
CMYK0.240.1400.08
HSL215.36º58.33%81.18%-
HSV(B)215.36º23.83%92.16%-
XYZ54.7157.8286.87-
YUV198.88148.38113.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.06%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=29.06%
G=32.79%
B=38.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792022350.240.1400.08215.3658.3381.18
HexB3CAEB18E08d73a51
Octal263312353301601032772121
Binary10110011110010101110101111000111001000110101111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAEB; }

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

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

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

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

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

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

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

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