#B1CAFE

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

Shades of Tropical Blue #B1CAFE

Tints of Tropical Blue #B1CAFE

Color information

#B1CAFE (or 0xB1CAFE) is unknown color: approx Tropical Blue. HEX triplet: B1, CA and FE. RGB value is (177,202,254). Sum of RGB (Red+Green+Blue) = 177+202+254=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CAFE is #4E3501. Grayscale: #C8C8C8. Windows color (decimal): -5125378 or 16698033. OLE color: 16698033.

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

Color convert

RGB177202254-
CMYK0.300.2000.00
HSL220.52º97.47%84.51%-
HSV(B)220.52º30.31%99.61%-
XYZ57.1458.74102.09-
YUV200.45158.22111.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.96%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=27.96%
G=31.91%
B=40.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772022540.300.2000.00220.5297.4784.51
HexB1CAFE1E1400dd6155
Octal261312376362400335141125
Binary1011000111001010111111101111010100001101110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAFE; }

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

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

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

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

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

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

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

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