#B6CFF8

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

Shades of Tropical Blue #B6CFF8

Tints of Tropical Blue #B6CFF8

Color information

#B6CFF8 (or 0xB6CFF8) is unknown color: approx Tropical Blue. HEX triplet: B6, CF and F8. RGB value is (182,207,248). Sum of RGB (Red+Green+Blue) = 182+207+248=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #B6CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CFF8 is #493007. Grayscale: #CCCCCC. Windows color (decimal): -4796424 or 16306102. OLE color: 16306102.

HSL color Cylindrical-coordinate representation of color #B6CFF8: hue angle of 217.27º 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 #B6CFF8 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182207248-
CMYK0.270.1700.03
HSL217.27º82.5%84.31%-
HSV(B)217.27º26.61%97.25%-
XYZ58.5561.3597.56-
YUV204.2152.72112.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 248 (97.27% from 255) = 38.93%
R=28.57%
G=32.50%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822072480.270.1700.03217.2782.584.31
HexB6CFF81B1103d95254
Octal266317370332103331122124
Binary10110110110011111111100011011100010111101100110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFF8; }

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

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

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

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

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

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

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

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