#B2CDEB

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

Shades of Tropical Blue #B2CDEB

Tints of Tropical Blue #B2CDEB

Color information

#B2CDEB (or 0xB2CDEB) is unknown color: approx Tropical Blue. HEX triplet: B2, CD and EB. RGB value is (178,205,235). Sum of RGB (Red+Green+Blue) = 178+205+235=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CDEB is #4D3214. Grayscale: #C8C8C8. Windows color (decimal): -5059093 or 15453618. OLE color: 15453618.

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

Color convert

RGB178205235-
CMYK0.240.1300.08
HSL211.58º58.76%80.98%-
HSV(B)211.58º24.26%92.16%-
XYZ55.1959.1387.1-
YUV200.35147.55112.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.80%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=28.80%
G=33.17%
B=38.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782052350.240.1300.08211.5858.7680.98
HexB2CDEB18D08d43b51
Octal262315353301501032473121
Binary10110010110011011110101111000110101000110101001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDEB; }

 p { color: rgb(178,205,235); }

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

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

 a { background-color: rgb(178,205,235); }

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

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

 span { border-color: rgb(178,205,235); }

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