#9AFAFB

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

Shades of Pale Turquoise #9AFAFB

Tints of Pale Turquoise #9AFAFB

Color information

#9AFAFB (or 0x9AFAFB) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FA and FB. RGB value is (154,250,251). Sum of RGB (Red+Green+Blue) = 154+250+251=655 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.51% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AFAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFAFB is #650504. Grayscale: #DDDDDD. Windows color (decimal): -6620421 or 16513690. OLE color: 16513690.

HSL color Cylindrical-coordinate representation of color #9AFAFB: hue angle of 180.62º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFAFB is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154250251-
CMYK0.390.0000.02
HSL180.62º92.38%79.41%-
HSV(B)180.62º38.65%98.43%-
XYZ64.9282.21103.71-
YUV221.41144.779.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.51%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=23.51%
G=38.17%
B=38.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542502510.390.0000.02180.6292.3879.41
Hex9AFAFB27002b55c4f
Octal23237237347002265134117
Binary10011010111110101111101110011100101011010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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