#B3CEEB

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

Shades of Tropical Blue #B3CEEB

Tints of Tropical Blue #B3CEEB

Color information

#B3CEEB (or 0xB3CEEB) is unknown color: approx Tropical Blue. HEX triplet: B3, CE and EB. RGB value is (179,206,235). Sum of RGB (Red+Green+Blue) = 179+206+235=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CEEB is #4C3114. Grayscale: #C9C9C9. Windows color (decimal): -4993301 or 15453875. OLE color: 15453875.

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

Color convert

RGB179206235-
CMYK0.240.1200.08
HSL211.07º58.33%81.18%-
HSV(B)211.07º23.83%92.16%-
XYZ55.6659.7287.19-
YUV201.23147.05112.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.87%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=28.87%
G=33.23%
B=37.90%

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
Decimal1792062350.240.1200.08211.0758.3381.18
HexB3CEEB18C08d33a51
Octal263316353301401032372121
Binary10110011110011101110101111000110001000110100111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEEB; }

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

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

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

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

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

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

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

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