#B6CAFD

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

Shades of Tropical Blue #B6CAFD

Tints of Tropical Blue #B6CAFD

Color information

#B6CAFD (or 0xB6CAFD) is unknown color: approx Tropical Blue. HEX triplet: B6, CA and FD. RGB value is (182,202,253). Sum of RGB (Red+Green+Blue) = 182+202+253=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CAFD is #493502. Grayscale: #C9C9C9. Windows color (decimal): -4797699 or 16632502. OLE color: 16632502.

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

Color convert

RGB182202253-
CMYK0.280.2000.01
HSL223.1º94.67%85.29%-
HSV(B)223.1º28.06%99.22%-
XYZ58.1459.28101.31-
YUV201.83156.87113.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=28.57%
G=31.71%
B=39.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822022530.280.2000.01223.194.6785.29
HexB6CAFD1C1401df5f55
Octal266312375342401337137125
Binary1011011011001010111111011110010100011101111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAFD; }

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

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

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

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

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

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

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

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