#B6CCFD

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

Shades of Tropical Blue #B6CCFD

Tints of Tropical Blue #B6CCFD

Color information

#B6CCFD (or 0xB6CCFD) is unknown color: approx Tropical Blue. HEX triplet: B6, CC and FD. RGB value is (182,204,253). Sum of RGB (Red+Green+Blue) = 182+204+253=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CCFD is #493302. Grayscale: #CACACA. Windows color (decimal): -4797187 or 16633014. OLE color: 16633014.

HSL color Cylindrical-coordinate representation of color #B6CCFD: hue angle of 221.41º 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 #B6CCFD is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182204253-
CMYK0.280.1900.01
HSL221.41º94.67%85.29%-
HSV(B)221.41º28.06%99.22%-
XYZ58.6160.22101.46-
YUV203.01156.21113.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.48%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=28.48%
G=31.92%
B=39.59%

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
Decimal1822042530.280.1900.01221.4194.6785.29
HexB6CCFD1C1301dd5f55
Octal266314375342301335137125
Binary1011011011001100111111011110010011011101110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCFD; }

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

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

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

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

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

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

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

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