#B2CDEA

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

Shades of Tropical Blue #B2CDEA

Tints of Tropical Blue #B2CDEA

Color information

#B2CDEA (or 0xB2CDEA) is unknown color: approx Tropical Blue. HEX triplet: B2, CD and EA. RGB value is (178,205,234). Sum of RGB (Red+Green+Blue) = 178+205+234=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CDEA is #4D3215. Grayscale: #C8C8C8. Windows color (decimal): -5059094 or 15388082. OLE color: 15388082.

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

Color convert

RGB178205234-
CMYK0.240.1200.08
HSL211.07º57.14%80.78%-
HSV(B)211.07º23.93%91.76%-
XYZ55.0459.0786.34-
YUV200.23147.05112.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.85%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=28.85%
G=33.23%
B=37.93%

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
Decimal1782052340.240.1200.08211.0757.1480.78
HexB2CDEA18C08d33951
Octal262315352301401032371121
Binary10110010110011011110101011000110001000110100111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDEA; }

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

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

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

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

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

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

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

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