#B6CDEA

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

Shades of Tropical Blue #B6CDEA

Tints of Tropical Blue #B6CDEA

Color information

#B6CDEA (or 0xB6CDEA) is unknown color: approx Tropical Blue. HEX triplet: B6, CD and EA. RGB value is (182,205,234). Sum of RGB (Red+Green+Blue) = 182+205+234=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CDEA is #493215. Grayscale: #C9C9C9. Windows color (decimal): -4796950 or 15388086. OLE color: 15388086.

HSL color Cylindrical-coordinate representation of color #B6CDEA: hue angle of 213.46º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6CDEA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182205234-
CMYK0.220.1200.08
HSL213.46º55.32%81.57%-
HSV(B)213.46º22.22%91.76%-
XYZ55.9759.5586.39-
YUV201.43146.38114.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.31%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=29.31%
G=33.01%
B=37.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822052340.220.1200.08213.4655.3281.57
HexB6CDEA16C08d53752
Octal266315352261401032567122
Binary10110110110011011110101010110110001000110101011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDEA; }

 p { color: rgb(182,205,234); }

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

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

 a { background-color: rgb(182,205,234); }

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

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

 span { border-color: rgb(182,205,234); }

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