#B5CCFE

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

Shades of Tropical Blue #B5CCFE

Tints of Tropical Blue #B5CCFE

Color information

#B5CCFE (or 0xB5CCFE) is unknown color: approx Tropical Blue. HEX triplet: B5, CC and FE. RGB value is (181,204,254). Sum of RGB (Red+Green+Blue) = 181+204+254=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCFE is #4A3301. Grayscale: #CACACA. Windows color (decimal): -4862722 or 16698549. OLE color: 16698549.

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

Color convert

RGB181204254-
CMYK0.290.2000.00
HSL221.1º97.33%85.29%-
HSV(B)221.1º28.74%99.61%-
XYZ58.5460.17102.29-
YUV202.82156.88112.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.33%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=28.33%
G=31.92%
B=39.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812042540.290.2000.00221.197.3385.29
HexB5CCFE1D1400dd6155
Octal265314376352400335141125
Binary1011010111001100111111101110110100001101110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCFE; }

 p { color: rgb(181,204,254); }

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

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

 a { background-color: rgb(181,204,254); }

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

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

 span { border-color: rgb(181,204,254); }

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