#B3CCED

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

Shades of Tropical Blue #B3CCED

Tints of Tropical Blue #B3CCED

Color information

#B3CCED (or 0xB3CCED) is unknown color: approx Tropical Blue. HEX triplet: B3, CC and ED. RGB value is (179,204,237). Sum of RGB (Red+Green+Blue) = 179+204+237=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CCED is #4C3312. Grayscale: #C8C8C8. Windows color (decimal): -4993811 or 15584435. OLE color: 15584435.

HSL color Cylindrical-coordinate representation of color #B3CCED: hue angle of 214.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3CCED is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179204237-
CMYK0.240.1400.07
HSL214.14º61.7%81.57%-
HSV(B)214.14º24.47%92.94%-
XYZ55.4758.8888.56-
YUV200.29148.72112.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.87%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=28.87%
G=32.90%
B=38.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792042370.240.1400.07214.1461.781.57
HexB3CCED18E07d63e52
Octal26331435530160732676122
Binary1011001111001100111011011100011100111110101101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCED; }

 p { color: rgb(179,204,237); }

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

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

 a { background-color: rgb(179,204,237); }

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

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

 span { border-color: rgb(179,204,237); }

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