#B3F9FE

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

Shades of Pale Turquoise #B3F9FE

Tints of Pale Turquoise #B3F9FE

Color information

#B3F9FE (or 0xB3F9FE) is unknown color: approx Pale Turquoise. HEX triplet: B3, F9 and FE. RGB value is (179,249,254). Sum of RGB (Red+Green+Blue) = 179+249+254=682 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.25% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3F9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F9FE is #4C0601. Grayscale: #E4E4E4. Windows color (decimal): -4982274 or 16710067. OLE color: 16710067.

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

Color convert

RGB179249254-
CMYK0.300.0200.00
HSL184º97.4%84.9%-
HSV(B)184º29.53%99.61%-
XYZ70.3684.49106.37-
YUV228.64142.3192.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.25%
GREEN value IS 249 (97.66% from 255) = 36.51%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=26.25%
G=36.51%
B=37.24%

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
Decimal1792492540.300.0200.0018497.484.9
HexB3F9FE1E200b86155
Octal26337137636200270141125
Binary1011001111111001111111101111010001011100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9FE; }

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

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

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

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

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

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

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

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