#B2CCF1

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

Shades of Tropical Blue #B2CCF1

Tints of Tropical Blue #B2CCF1

Color information

#B2CCF1 (or 0xB2CCF1) is unknown color: approx Tropical Blue. HEX triplet: B2, CC and F1. RGB value is (178,204,241). Sum of RGB (Red+Green+Blue) = 178+204+241=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2CCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCF1 is #4D330E. Grayscale: #C8C8C8. Windows color (decimal): -5059343 or 15846578. OLE color: 15846578.

HSL color Cylindrical-coordinate representation of color #B2CCF1: hue angle of 215.24º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2CCF1 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178204241-
CMYK0.260.1500.05
HSL215.24º69.23%82.16%-
HSV(B)215.24º26.14%94.51%-
XYZ55.835991.66-
YUV200.44150.89111.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.57%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=28.57%
G=32.74%
B=38.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782042410.260.1500.05215.2469.2382.16
HexB2CCF11AF05d74552
Octal262314361321705327105122
Binary10110010110011001111000111010111101011101011110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCF1; }

 p { color: rgb(178,204,241); }

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

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

 a { background-color: rgb(178,204,241); }

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

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

 span { border-color: rgb(178,204,241); }

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