#B6CDFB

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

Shades of Tropical Blue #B6CDFB

Tints of Tropical Blue #B6CDFB

Color information

#B6CDFB (or 0xB6CDFB) is unknown color: approx Tropical Blue. HEX triplet: B6, CD and FB. RGB value is (182,205,251). Sum of RGB (Red+Green+Blue) = 182+205+251=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CDFB is #493204. Grayscale: #CBCBCB. Windows color (decimal): -4796933 or 16502198. OLE color: 16502198.

HSL color Cylindrical-coordinate representation of color #B6CDFB: hue angle of 220º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6CDFB is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182205251-
CMYK0.270.1800.02
HSL220º89.61%84.9%-
HSV(B)220º27.49%98.43%-
XYZ58.5460.5799.87-
YUV203.37154.88112.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.53%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=28.53%
G=32.13%
B=39.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822052510.270.1800.0222089.6184.9
HexB6CDFB1B1202dc5a55
Octal266315373332202334132125
Binary10110110110011011111101111011100100101101110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDFB; }

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

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

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

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

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

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

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

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