#B6C9FF

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

Shades of Tropical Blue #B6C9FF

Tints of Tropical Blue #B6C9FF

Color information

#B6C9FF (or 0xB6C9FF) is unknown color: approx Tropical Blue. HEX triplet: B6, C9 and FF. RGB value is (182,201,255). Sum of RGB (Red+Green+Blue) = 182+201+255=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C9FF is #493600. Grayscale: #C9C9C9. Windows color (decimal): -4797953 or 16763318. OLE color: 16763318.

HSL color Cylindrical-coordinate representation of color #B6C9FF: hue angle of 224.38º 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 #B6C9FF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182201255-
CMYK0.290.2100
HSL224.38º100%85.69%-
HSV(B)224.38º28.63%100%-
XYZ58.2358.94102.92-
YUV201.48158.21114.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.53%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 255 (100% from 255) = 39.97%
R=28.53%
G=31.50%
B=39.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822012550.290.2100224.3810085.69
HexB6C9FF1D1500e06456
Octal266311377352500340144126
Binary1011011011001001111111111110110101001110000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C9FF; }

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

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

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

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

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

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

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

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