#B3CDED

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

Shades of Tropical Blue #B3CDED

Tints of Tropical Blue #B3CDED

Color information

#B3CDED (or 0xB3CDED) is unknown color: approx Tropical Blue. HEX triplet: B3, CD and ED. RGB value is (179,205,237). Sum of RGB (Red+Green+Blue) = 179+205+237=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CDED is #4C3212. Grayscale: #C8C8C8. Windows color (decimal): -4993555 or 15584691. OLE color: 15584691.

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

Color convert

RGB179205237-
CMYK0.240.1400.07
HSL213.1º61.7%81.57%-
HSV(B)213.1º24.47%92.94%-
XYZ55.7159.3688.64-
YUV200.87148.39112.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=28.82%
G=33.01%
B=38.16%

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
Decimal1792052370.240.1400.07213.161.781.57
HexB3CDED18E07d53e52
Octal26331535530160732576122
Binary1011001111001101111011011100011100111110101011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDED; }

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

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

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

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

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

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

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

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