#B6CCEC

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

Shades of Tropical Blue #B6CCEC

Tints of Tropical Blue #B6CCEC

Color information

#B6CCEC (or 0xB6CCEC) is unknown color: approx Tropical Blue. HEX triplet: B6, CC and EC. RGB value is (182,204,236). Sum of RGB (Red+Green+Blue) = 182+204+236=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CCEC is #493313. Grayscale: #C8C8C8. Windows color (decimal): -4797204 or 15518902. OLE color: 15518902.

HSL color Cylindrical-coordinate representation of color #B6CCEC: hue angle of 215.56º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6CCEC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182204236-
CMYK0.230.1400.07
HSL215.56º58.7%81.96%-
HSV(B)215.56º22.88%92.55%-
XYZ56.0259.1987.83-
YUV201.07147.71114.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.26%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=29.26%
G=32.80%
B=37.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822042360.230.1400.07215.5658.781.96
HexB6CCEC17E07d83b52
Octal26631435427160733073122
Binary1011011011001100111011001011111100111110110001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCEC; }

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

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

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

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

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

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

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

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