#B3FAFE

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

Shades of Pale Turquoise #B3FAFE

Tints of Pale Turquoise #B3FAFE

Color information

#B3FAFE (or 0xB3FAFE) is unknown color: approx Pale Turquoise. HEX triplet: B3, FA and FE. RGB value is (179,250,254). Sum of RGB (Red+Green+Blue) = 179+250+254=683 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.21% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FAFE is #4C0501. Grayscale: #E5E5E5. Windows color (decimal): -4982018 or 16710323. OLE color: 16710323.

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

Color convert

RGB179250254-
CMYK0.300.0200.00
HSL183.2º97.4%84.9%-
HSV(B)183.2º29.53%99.61%-
XYZ70.6785.11106.47-
YUV229.23141.9892.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.21%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=26.21%
G=36.60%
B=37.19%

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
Decimal1792502540.300.0200.00183.297.484.9
HexB3FAFE1E200b76155
Octal26337237636200267141125
Binary1011001111111010111111101111010001011011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAFE; }

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

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

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

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

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

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

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

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