#9AFAFD

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

Shades of Pale Turquoise #9AFAFD

Tints of Pale Turquoise #9AFAFD

Color information

#9AFAFD (or 0x9AFAFD) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FA and FD. RGB value is (154,250,253). Sum of RGB (Red+Green+Blue) = 154+250+253=657 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.44% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AFAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFAFD is #650502. Grayscale: #DDDDDD. Windows color (decimal): -6620419 or 16644762. OLE color: 16644762.

HSL color Cylindrical-coordinate representation of color #9AFAFD: hue angle of 181.82º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFAFD is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154250253-
CMYK0.390.0100.01
HSL181.82º96.12%79.8%-
HSV(B)181.82º39.13%99.22%-
XYZ65.2482.33105.38-
YUV221.64145.779.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.44%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=23.44%
G=38.05%
B=38.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542502530.390.0100.01181.8296.1279.8
Hex9AFAFD27101b66050
Octal23237237547101266140120
Binary1001101011111010111111011001111011011011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFAFD; }

 p { color: rgb(154,250,253); }

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

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

 a { background-color: rgb(154,250,253); }

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

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

 span { border-color: rgb(154,250,253); }

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