#B6C9F8

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

Shades of Tropical Blue #B6C9F8

Tints of Tropical Blue #B6C9F8

Color information

#B6C9F8 (or 0xB6C9F8) is unknown color: approx Tropical Blue. HEX triplet: B6, C9 and F8. RGB value is (182,201,248). Sum of RGB (Red+Green+Blue) = 182+201+248=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #B6C9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C9F8 is #493607. Grayscale: #C8C8C8. Windows color (decimal): -4797960 or 16304566. OLE color: 16304566.

HSL color Cylindrical-coordinate representation of color #B6C9F8: hue angle of 222.73º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6C9F8 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182201248-
CMYK0.270.1900.03
HSL222.73º82.5%84.31%-
HSV(B)222.73º26.61%97.25%-
XYZ57.1258.597.09-
YUV200.68154.71114.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.84%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 248 (97.27% from 255) = 39.30%
R=28.84%
G=31.85%
B=39.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822012480.270.1900.03222.7382.584.31
HexB6C9F81B1303df5254
Octal266311370332303337122124
Binary10110110110010011111100011011100110111101111110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C9F8; }

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

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

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

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

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

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

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

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