#BAF8FD

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

Shades of Pale Turquoise #BAF8FD

Tints of Pale Turquoise #BAF8FD

Color information

#BAF8FD (or 0xBAF8FD) is unknown color: approx Pale Turquoise. HEX triplet: BA, F8 and FD. RGB value is (186,248,253). Sum of RGB (Red+Green+Blue) = 186+248+253=687 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.07% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8FD is #450702. Grayscale: #E5E5E5. Windows color (decimal): -4523779 or 16644282. OLE color: 16644282.

HSL color Cylindrical-coordinate representation of color #BAF8FD: hue angle of 184.48º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAF8FD is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186248253-
CMYK0.260.0200.01
HSL184.48º94.37%86.08%-
HSV(B)184.48º26.48%99.22%-
XYZ71.5584.67105.5-
YUV230.03140.9696.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.07%
GREEN value IS 248 (97.27% from 255) = 36.10%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=27.07%
G=36.10%
B=36.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862482530.260.0200.01184.4894.3786.08
HexBAF8FD1A201b85e56
Octal27237037532201270136126
Binary1011101011111000111111011101010011011100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8FD; }

 p { color: rgb(186,248,253); }

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

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

 a { background-color: rgb(186,248,253); }

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

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

 span { border-color: rgb(186,248,253); }

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