#B8CCFA

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

Shades of Tropical Blue #B8CCFA

Tints of Tropical Blue #B8CCFA

Color information

#B8CCFA (or 0xB8CCFA) is unknown color: approx Tropical Blue. HEX triplet: B8, CC and FA. RGB value is (184,204,250). Sum of RGB (Red+Green+Blue) = 184+204+250=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CCFA is #473305. Grayscale: #CBCBCB. Windows color (decimal): -4666118 or 16436408. OLE color: 16436408.

HSL color Cylindrical-coordinate representation of color #B8CCFA: hue angle of 221.82º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8CCFA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184204250-
CMYK0.260.1800.02
HSL221.82º86.84%85.1%-
HSV(B)221.82º26.4%98.04%-
XYZ58.6260.2898.99-
YUV203.26154.37114.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.84%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=28.84%
G=31.97%
B=39.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842042500.260.1800.02221.8286.8485.1
HexB8CCFA1A1202de5755
Octal270314372322202336127125
Binary10111000110011001111101011010100100101101111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCFA; }

 p { color: rgb(184,204,250); }

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

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

 a { background-color: rgb(184,204,250); }

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

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

 span { border-color: rgb(184,204,250); }

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