#B1F1FF

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

Shades of Pale Turquoise #B1F1FF

Tints of Pale Turquoise #B1F1FF

Color information

#B1F1FF (or 0xB1F1FF) is unknown color: approx Pale Turquoise. HEX triplet: B1, F1 and FF. RGB value is (177,241,255). Sum of RGB (Red+Green+Blue) = 177+241+255=673 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.30% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F1FF is #4E0E00. Grayscale: #DFDFDF. Windows color (decimal): -5115393 or 16773553. OLE color: 16773553.

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

Color convert

RGB177241255-
CMYK0.310.0500
HSL190.77º100%84.71%-
HSV(B)190.77º30.59%100%-
XYZ67.6479.48106.38-
YUV223.46145.894.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.30%
GREEN value IS 241 (94.53% from 255) = 35.81%
BLUE value IS 255 (100% from 255) = 37.89%
R=26.30%
G=35.81%
B=37.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772412550.310.0500190.7710084.71
HexB1F1FF1F500bf6455
Octal26136137737500277144125
Binary10110001111100011111111111111101001011111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1FF; }

 p { color: rgb(177,241,255); }

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

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

 a { background-color: rgb(177,241,255); }

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

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

 span { border-color: rgb(177,241,255); }

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