#B8CCFF

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

Shades of Tropical Blue #B8CCFF

Tints of Tropical Blue #B8CCFF

Color information

#B8CCFF (or 0xB8CCFF) is unknown color: approx Tropical Blue. HEX triplet: B8, CC and FF. RGB value is (184,204,255). Sum of RGB (Red+Green+Blue) = 184+204+255=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CCFF is #473300. Grayscale: #CBCBCB. Windows color (decimal): -4666113 or 16764088. OLE color: 16764088.

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

Color convert

RGB184204255-
CMYK0.280.200
HSL223.1º100%86.08%-
HSV(B)223.1º27.84%100%-
XYZ59.4160.6103.17-
YUV203.83156.87113.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.62%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 255 (100% from 255) = 39.66%
R=28.62%
G=31.73%
B=39.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842042550.280.200223.110086.08
HexB8CCFF1C1400df6456
Octal270314377342400337144126
Binary1011100011001100111111111110010100001101111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCFF; }

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

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

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

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

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

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

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

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