#B6CEFD

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

Shades of Tropical Blue #B6CEFD

Tints of Tropical Blue #B6CEFD

Color information

#B6CEFD (or 0xB6CEFD) is unknown color: approx Tropical Blue. HEX triplet: B6, CE and FD. RGB value is (182,206,253). Sum of RGB (Red+Green+Blue) = 182+206+253=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CEFD is #493102. Grayscale: #CBCBCB. Windows color (decimal): -4796675 or 16633526. OLE color: 16633526.

HSL color Cylindrical-coordinate representation of color #B6CEFD: hue angle of 219.72º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6CEFD is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182206253-
CMYK0.280.1900.01
HSL219.72º94.67%85.29%-
HSV(B)219.72º28.06%99.22%-
XYZ59.0961.18101.62-
YUV204.18155.55112.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.39%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=28.39%
G=32.14%
B=39.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822062530.280.1900.01219.7294.6785.29
HexB6CEFD1C1301dc5f55
Octal266316375342301334137125
Binary1011011011001110111111011110010011011101110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEFD; }

 p { color: rgb(182,206,253); }

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

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

 a { background-color: rgb(182,206,253); }

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

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

 span { border-color: rgb(182,206,253); }

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