#B6CCFE

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

Shades of Tropical Blue #B6CCFE

Tints of Tropical Blue #B6CCFE

Color information

#B6CCFE (or 0xB6CCFE) is unknown color: approx Tropical Blue. HEX triplet: B6, CC and FE. RGB value is (182,204,254). Sum of RGB (Red+Green+Blue) = 182+204+254=640 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.44% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CCFE is #493301. Grayscale: #CACACA. Windows color (decimal): -4797186 or 16698550. OLE color: 16698550.

HSL color Cylindrical-coordinate representation of color #B6CCFE: hue angle of 221.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6CCFE is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182204254-
CMYK0.280.2000.00
HSL221.67º97.3%85.49%-
HSV(B)221.67º28.35%99.61%-
XYZ58.7760.29102.3-
YUV203.12156.71112.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.44%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=28.44%
G=31.88%
B=39.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822042540.280.2000.00221.6797.385.49
HexB6CCFE1C1400de6155
Octal266314376342400336141125
Binary1011011011001100111111101110010100001101111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCFE; }

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

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

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

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

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

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

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

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