#B6CAFF

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

Shades of Tropical Blue #B6CAFF

Tints of Tropical Blue #B6CAFF

Color information

#B6CAFF (or 0xB6CAFF) is unknown color: approx Tropical Blue. HEX triplet: B6, CA and FF. RGB value is (182,202,255). Sum of RGB (Red+Green+Blue) = 182+202+255=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CAFF is #493500. Grayscale: #C9C9C9. Windows color (decimal): -4797697 or 16763574. OLE color: 16763574.

HSL color Cylindrical-coordinate representation of color #B6CAFF: hue angle of 223.56º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6CAFF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182202255-
CMYK0.290.2100
HSL223.56º100%85.69%-
HSV(B)223.56º28.63%100%-
XYZ58.4659.41102.99-
YUV202.06157.87113.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.48%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 255 (100% from 255) = 39.91%
R=28.48%
G=31.61%
B=39.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822022550.290.2100223.5610085.69
HexB6CAFF1D1500e06456
Octal266312377352500340144126
Binary1011011011001010111111111110110101001110000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAFF; }

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

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

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

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

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

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

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

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