#B8CCFB

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

Shades of Tropical Blue #B8CCFB

Tints of Tropical Blue #B8CCFB

Color information

#B8CCFB (or 0xB8CCFB) is unknown color: approx Tropical Blue. HEX triplet: B8, CC and FB. RGB value is (184,204,251). Sum of RGB (Red+Green+Blue) = 184+204+251=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CCFB is #473304. Grayscale: #CBCBCB. Windows color (decimal): -4666117 or 16501944. OLE color: 16501944.

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

Color convert

RGB184204251-
CMYK0.270.1900.02
HSL222.09º89.33%85.29%-
HSV(B)222.09º26.69%98.43%-
XYZ58.7760.3499.82-
YUV203.38154.87114.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.79%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=28.79%
G=31.92%
B=39.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842042510.270.1900.02222.0989.3385.29
HexB8CCFB1B1302de5955
Octal270314373332302336131125
Binary10111000110011001111101111011100110101101111010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCFB; }

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

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

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

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

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

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

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

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