#B6D0EB

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

Shades of Tropical Blue #B6D0EB

Tints of Tropical Blue #B6D0EB

Color information

#B6D0EB (or 0xB6D0EB) is unknown color: approx Tropical Blue. HEX triplet: B6, D0 and EB. RGB value is (182,208,235). Sum of RGB (Red+Green+Blue) = 182+208+235=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D0EB is #492F14. Grayscale: #CBCBCB. Windows color (decimal): -4796181 or 15454390. OLE color: 15454390.

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

Color convert

RGB182208235-
CMYK0.230.1100.08
HSL210.57º56.99%81.76%-
HSV(B)210.57º22.55%92.16%-
XYZ56.8461.0587.39-
YUV203.3145.89112.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.12%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=29.12%
G=33.28%
B=37.6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822082350.230.1100.08210.5756.9981.76
HexB6D0EB17B08d33952
Octal266320353271301032371122
Binary10110110110100001110101110111101101000110100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D0EB; }

 p { color: rgb(182,208,235); }

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

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

 a { background-color: rgb(182,208,235); }

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

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

 span { border-color: rgb(182,208,235); }

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