#B6C7FE

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

Shades of Tropical Blue #B6C7FE

Tints of Tropical Blue #B6C7FE

Color information

#B6C7FE (or 0xB6C7FE) is unknown color: approx Tropical Blue. HEX triplet: B6, C7 and FE. RGB value is (182,199,254). Sum of RGB (Red+Green+Blue) = 182+199+254=635 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.66% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C7FE is #493801. Grayscale: #C7C7C7. Windows color (decimal): -4798466 or 16697270. OLE color: 16697270.

HSL color Cylindrical-coordinate representation of color #B6C7FE: hue angle of 225.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6C7FE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182199254-
CMYK0.280.2200.00
HSL225.83º97.3%85.49%-
HSV(B)225.83º28.35%99.61%-
XYZ57.657.95101.91-
YUV200.19158.37115.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.66%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 254 (99.61% from 255) = 40%
R=28.66%
G=31.34%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821992540.280.2200.00225.8397.385.49
HexB6C7FE1C1600e26155
Octal266307376342600342141125
Binary1011011011000111111111101110010110001110001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C7FE; }

 p { color: rgb(182,199,254); }

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

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

 a { background-color: rgb(182,199,254); }

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

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

 span { border-color: rgb(182,199,254); }

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