#B3C9EB

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

Shades of Tropical Blue #B3C9EB

Tints of Tropical Blue #B3C9EB

Color information

#B3C9EB (or 0xB3C9EB) is unknown color: approx Tropical Blue. HEX triplet: B3, C9 and EB. RGB value is (179,201,235). Sum of RGB (Red+Green+Blue) = 179+201+235=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3C9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C9EB is #4C3614. Grayscale: #C6C6C6. Windows color (decimal): -4994581 or 15452595. OLE color: 15452595.

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

Color convert

RGB179201235-
CMYK0.240.1400.08
HSL216.43º58.33%81.18%-
HSV(B)216.43º23.83%92.16%-
XYZ54.4757.3686.8-
YUV198.3148.71114.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.11%
GREEN value IS 201 (78.91% from 255) = 32.68%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=29.11%
G=32.68%
B=38.21%

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
Decimal1792012350.240.1400.08216.4358.3381.18
HexB3C9EB18E08d83a51
Octal263311353301601033072121
Binary10110011110010011110101111000111001000110110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C9EB; }

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

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

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

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

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

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

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

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