#B6CCFA

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

Shades of Tropical Blue #B6CCFA

Tints of Tropical Blue #B6CCFA

Color information

#B6CCFA (or 0xB6CCFA) is unknown color: approx Tropical Blue. HEX triplet: B6, CC and FA. RGB value is (182,204,250). Sum of RGB (Red+Green+Blue) = 182+204+250=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CCFA is #493305. Grayscale: #CACACA. Windows color (decimal): -4797190 or 16436406. OLE color: 16436406.

HSL color Cylindrical-coordinate representation of color #B6CCFA: hue angle of 220.59º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6CCFA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182204250-
CMYK0.270.1800.02
HSL220.59º87.18%84.71%-
HSV(B)220.59º27.2%98.04%-
XYZ58.1460.0398.97-
YUV202.67154.71113.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.62%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=28.62%
G=32.08%
B=39.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822042500.270.1800.02220.5987.1884.71
HexB6CCFA1B1202dd5755
Octal266314372332202335127125
Binary10110110110011001111101011011100100101101110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCFA; }

 p { color: rgb(182,204,250); }

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

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

 a { background-color: rgb(182,204,250); }

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

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

 span { border-color: rgb(182,204,250); }

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