#B6CEFF

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

Shades of Tropical Blue #B6CEFF

Tints of Tropical Blue #B6CEFF

Color information

#B6CEFF (or 0xB6CEFF) is unknown color: approx Tropical Blue. HEX triplet: B6, CE and FF. RGB value is (182,206,255). Sum of RGB (Red+Green+Blue) = 182+206+255=643 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.30% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CEFF is #493100. Grayscale: #CCCCCC. Windows color (decimal): -4796673 or 16764598. OLE color: 16764598.

HSL color Cylindrical-coordinate representation of color #B6CEFF: hue angle of 220.27º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6CEFF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182206255-
CMYK0.290.1900
HSL220.27º100%85.69%-
HSV(B)220.27º28.63%100%-
XYZ59.4161.31103.31-
YUV204.41156.55112.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.30%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 255 (100% from 255) = 39.66%
R=28.30%
G=32.04%
B=39.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822062550.290.1900220.2710085.69
HexB6CEFF1D1300dc6456
Octal266316377352300334144126
Binary1011011011001110111111111110110011001101110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEFF; }

 p { color: rgb(182,206,255); }

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

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

 a { background-color: rgb(182,206,255); }

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

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

 span { border-color: rgb(182,206,255); }

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