#B1FAFE

Color #B1FAFE Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B1FAFE

Tints of Pale Turquoise #B1FAFE

Color information

#B1FAFE (or 0xB1FAFE) is unknown color: approx Pale Turquoise. HEX triplet: B1, FA and FE. RGB value is (177,250,254). Sum of RGB (Red+Green+Blue) = 177+250+254=681 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.99% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FAFE is #4E0501. Grayscale: #E4E4E4. Windows color (decimal): -5113090 or 16710321. OLE color: 16710321.

HSL color Cylindrical-coordinate representation of color #B1FAFE: hue angle of 183.12º 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 #B1FAFE is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177250254-
CMYK0.300.0200.00
HSL183.12º97.47%84.51%-
HSV(B)183.12º30.31%99.61%-
XYZ70.2184.87106.45-
YUV228.63142.3291.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 25.99%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=25.99%
G=36.71%
B=37.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772502540.300.0200.00183.1297.4784.51
HexB1FAFE1E200b76155
Octal26137237636200267141125
Binary1011000111111010111111101111010001011011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAFE; }

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

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

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

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

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

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

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

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