Html Css Color HEX #9AFFF9 Pale Turquoise

📋 copy color: '#9AFFF9'

red 154 ◦ green 255 ◦ blue 249

#9AFFF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #9AFFF9

Tints of Pale Turquoise #9AFFF9

RGB

 RED value IS 154 (60.55% from 255) = 23.4%

 GREEN value IS 255 (100% from 255) = 38.75%

 BLUE value IS 249 (97.66% from 255) = 37.84%

R = 23.4%
G = 38.75%
B = 37.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#9AFFF9 (or 0x9AFFF9) is known color: Pale Turquoise. HEX triplet: 9A, FF and F9. RGB value is (154,255,249). Sum of RGB (Red+Green+Blue) = 154+255+249=658 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.40% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFF9 is #650006. Grayscale: #E0E0E0. Windows color (decimal): -6619143 or 16383898. OLE color: 16383898.

HSL color Cylindrical-coordinate representation of color #9AFFF9: hue angle of 176.44º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFF9 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 154 255 249 -
CMYK 0.40 0 0.02 0
HSL 176.44º 1% 0.8% -
HSV(B) 176.44º 0.4% 1% -
XYZ 66.19 85.23 102.59 -
YUV 224.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 154 255 249 0.40 0 0.02 0 176.44 1 0.8
Hex 9A FF F9 28 0 2 0 B0 64 50
Octal 232 377 371 50 0 2 0 260 144 120
Binary 10011010 11111111 11111001 101000 0 10 0 10110000 1100100 1010000

Color Harmonies of #9AFFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFFF9

Black with #9AFFF9

Text Example


Text Example

White with #9AFFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,255,249); }

 H1.HeaderClassName
 {
   color: #9AFFF9;
 }
 .AnyTagClassName
 {
   color: #9AFFF9;
 }
</style>

background-color css

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

 a { background-color: rgb(154,255,249); }

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

border-color css

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

 span { border-color: rgb(154,255,249); }

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