#B3CBE9

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

Shades of Tropical Blue #B3CBE9

Tints of Tropical Blue #B3CBE9

Color information

#B3CBE9 (or 0xB3CBE9) is unknown color: approx Tropical Blue. HEX triplet: B3, CB and E9. RGB value is (179,203,233). Sum of RGB (Red+Green+Blue) = 179+203+233=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #B3CBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CBE9 is #4C3416. Grayscale: #C7C7C7. Windows color (decimal): -4994071 or 15322035. OLE color: 15322035.

HSL color Cylindrical-coordinate representation of color #B3CBE9: hue angle of 213.33º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3CBE9 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179203233-
CMYK0.230.1300.09
HSL213.33º55.1%80.78%-
HSV(B)213.33º23.18%91.37%-
XYZ54.6558.1885.44-
YUV199.24147.05113.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.11%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 233 (91.41% from 255) = 37.89%
R=29.11%
G=33.01%
B=37.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1792032330.230.1300.09213.3355.180.78
HexB3CBE917D09d53751
Octal263313351271501132567121
Binary10110011110010111110100110111110101001110101011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBE9; }

 p { color: rgb(179,203,233); }

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

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

 a { background-color: rgb(179,203,233); }

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

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

 span { border-color: rgb(179,203,233); }

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