#B2CEEF

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

Shades of Tropical Blue #B2CEEF

Tints of Tropical Blue #B2CEEF

Color information

#B2CEEF (or 0xB2CEEF) is unknown color: approx Tropical Blue. HEX triplet: B2, CE and EF. RGB value is (178,206,239). Sum of RGB (Red+Green+Blue) = 178+206+239=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2CEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEEF is #4D3110. Grayscale: #C9C9C9. Windows color (decimal): -5058833 or 15716018. OLE color: 15716018.

HSL color Cylindrical-coordinate representation of color #B2CEEF: hue angle of 212.46º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2CEEF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178206239-
CMYK0.260.1400.06
HSL212.46º65.59%81.76%-
HSV(B)212.46º25.52%93.73%-
XYZ56.0159.8490.26-
YUV201.39149.22111.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.57%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=28.57%
G=33.07%
B=38.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782062390.260.1400.06212.4665.5981.76
HexB2CEEF1AE06d44252
Octal262316357321606324102122
Binary10110010110011101110111111010111001101101010010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEEF; }

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

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

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

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

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

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

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

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