#B1CCF5

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

Shades of Tropical Blue #B1CCF5

Tints of Tropical Blue #B1CCF5

Color information

#B1CCF5 (or 0xB1CCF5) is unknown color: approx Tropical Blue. HEX triplet: B1, CC and F5. RGB value is (177,204,245). Sum of RGB (Red+Green+Blue) = 177+204+245=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 245 - color contains mainly: blue. Hex color #B1CCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCF5 is #4E330A. Grayscale: #C8C8C8. Windows color (decimal): -5124875 or 16108721. OLE color: 16108721.

HSL color Cylindrical-coordinate representation of color #B1CCF5: hue angle of 216.18º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1CCF5 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177204245-
CMYK0.280.1700.04
HSL216.18º77.27%82.75%-
HSV(B)216.18º27.76%96.08%-
XYZ56.2159.1394.84-
YUV200.6153.05111.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.27%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 245 (96.09% from 255) = 39.14%
R=28.27%
G=32.59%
B=39.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772042450.280.1700.04216.1877.2782.75
HexB1CCF51C1104d84d53
Octal261314365342104330115123
Binary101100011100110011110101111001000101001101100010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCF5; }

 p { color: rgb(177,204,245); }

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

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

 a { background-color: rgb(177,204,245); }

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

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

 span { border-color: rgb(177,204,245); }

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