#B2CEEA

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

Shades of Tropical Blue #B2CEEA

Tints of Tropical Blue #B2CEEA

Color information

#B2CEEA (or 0xB2CEEA) is unknown color: approx Tropical Blue. HEX triplet: B2, CE and EA. RGB value is (178,206,234). Sum of RGB (Red+Green+Blue) = 178+206+234=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEEA is #4D3115. Grayscale: #C8C8C8. Windows color (decimal): -5058838 or 15388338. OLE color: 15388338.

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

Color convert

RGB178206234-
CMYK0.240.1200.08
HSL210º57.14%80.78%-
HSV(B)210º23.93%91.76%-
XYZ55.2859.5586.42-
YUV200.82146.72111.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.80%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=28.80%
G=33.33%
B=37.86%

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
Decimal1782062340.240.1200.0821057.1480.78
HexB2CEEA18C08d23951
Octal262316352301401032271121
Binary10110010110011101110101011000110001000110100101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEEA; }

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

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

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

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

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

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

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

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