#B6CCFC

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

Shades of Tropical Blue #B6CCFC

Tints of Tropical Blue #B6CCFC

Color information

#B6CCFC (or 0xB6CCFC) is unknown color: approx Tropical Blue. HEX triplet: B6, CC and FC. RGB value is (182,204,252). Sum of RGB (Red+Green+Blue) = 182+204+252=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CCFC is #493303. Grayscale: #CACACA. Windows color (decimal): -4797188 or 16567478. OLE color: 16567478.

HSL color Cylindrical-coordinate representation of color #B6CCFC: hue angle of 221.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6CCFC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182204252-
CMYK0.280.1900.01
HSL221.14º92.11%85.1%-
HSV(B)221.14º27.78%98.82%-
XYZ58.4560.16100.63-
YUV202.89155.71113.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.53%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=28.53%
G=31.97%
B=39.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822042520.280.1900.01221.1492.1185.1
HexB6CCFC1C1301dd5c55
Octal266314374342301335134125
Binary1011011011001100111111001110010011011101110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCFC; }

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

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

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

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

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

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

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

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