#B3FAFF

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

Shades of Pale Turquoise #B3FAFF

Tints of Pale Turquoise #B3FAFF

Color information

#B3FAFF (or 0xB3FAFF) is unknown color: approx Pale Turquoise. HEX triplet: B3, FA and FF. RGB value is (179,250,255). Sum of RGB (Red+Green+Blue) = 179+250+255=684 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.17% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FAFF is #4C0500. Grayscale: #E5E5E5. Windows color (decimal): -4982017 or 16775859. OLE color: 16775859.

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

Color convert

RGB179250255-
CMYK0.300.0200
HSL183.95º100%85.1%-
HSV(B)183.95º29.8%100%-
XYZ70.8385.17107.32-
YUV229.34142.4892.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.17%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 255 (100% from 255) = 37.28%
R=26.17%
G=36.55%
B=37.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792502550.300.0200183.9510085.1
HexB3FAFF1E200b86455
Octal26337237736200270144125
Binary1011001111111010111111111111010001011100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAFF; }

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

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

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

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

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

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

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

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