#B6CAEC

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

Shades of Tropical Blue #B6CAEC

Tints of Tropical Blue #B6CAEC

Color information

#B6CAEC (or 0xB6CAEC) is unknown color: approx Tropical Blue. HEX triplet: B6, CA and EC. RGB value is (182,202,236). Sum of RGB (Red+Green+Blue) = 182+202+236=620 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.35% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CAEC is #493513. Grayscale: #C7C7C7. Windows color (decimal): -4797716 or 15518390. OLE color: 15518390.

HSL color Cylindrical-coordinate representation of color #B6CAEC: hue angle of 217.78º 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 #B6CAEC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182202236-
CMYK0.230.1400.07
HSL217.78º58.7%81.96%-
HSV(B)217.78º22.88%92.55%-
XYZ55.5558.2487.67-
YUV199.9148.37115.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.35%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=29.35%
G=32.58%
B=38.06%

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
Decimal1822022360.230.1400.07217.7858.781.96
HexB6CAEC17E07da3b52
Octal26631235427160733273122
Binary1011011011001010111011001011111100111110110101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAEC; }

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

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

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

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

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

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

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

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