#B6CAED

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

Shades of Tropical Blue #B6CAED

Tints of Tropical Blue #B6CAED

Color information

#B6CAED (or 0xB6CAED) is unknown color: approx Tropical Blue. HEX triplet: B6, CA and ED. RGB value is (182,202,237). Sum of RGB (Red+Green+Blue) = 182+202+237=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CAED is #493512. Grayscale: #C7C7C7. Windows color (decimal): -4797715 or 15583926. OLE color: 15583926.

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

Color convert

RGB182202237-
CMYK0.230.1500.07
HSL218.18º60.44%82.16%-
HSV(B)218.18º23.21%92.94%-
XYZ55.758.388.44-
YUV200.01148.87115.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.31%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=29.31%
G=32.53%
B=38.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822022370.230.1500.07218.1860.4482.16
HexB6CAED17F07da3c52
Octal26631235527170733274122
Binary1011011011001010111011011011111110111110110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAED; }

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

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

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

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

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

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

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

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