#B1CAF8

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

Shades of Tropical Blue #B1CAF8

Tints of Tropical Blue #B1CAF8

Color information

#B1CAF8 (or 0xB1CAF8) is unknown color: approx Tropical Blue. HEX triplet: B1, CA and F8. RGB value is (177,202,248). Sum of RGB (Red+Green+Blue) = 177+202+248=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1CAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAF8 is #4E3507. Grayscale: #C7C7C7. Windows color (decimal): -5125384 or 16304817. OLE color: 16304817.

HSL color Cylindrical-coordinate representation of color #B1CAF8: hue angle of 218.87º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1CAF8 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177202248-
CMYK0.290.1900.03
HSL218.87º83.53%83.33%-
HSV(B)218.87º28.63%97.25%-
XYZ56.258.3797.11-
YUV199.77155.22111.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.23%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 248 (97.27% from 255) = 39.55%
R=28.23%
G=32.22%
B=39.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772022480.290.1900.03218.8783.5383.33
HexB1CAF81D1303db5453
Octal261312370352303333124123
Binary10110001110010101111100011101100110111101101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAF8; }

 p { color: rgb(177,202,248); }

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

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

 a { background-color: rgb(177,202,248); }

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

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

 span { border-color: rgb(177,202,248); }

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