Html Css Color HEX #9AF8FA Pale Turquoise

📋 copy color: '#9AF8FA'

red 154 ◦ green 248 ◦ blue 250

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

Shades of Pale Turquoise #9AF8FA

Tints of Pale Turquoise #9AF8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.04%

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 23.62%
G = 38.04%
B = 38.34%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AF8FA (or 0x9AF8FA) is known color: Pale Turquoise. HEX triplet: 9A, F8 and FA. RGB value is (154,248,250). Sum of RGB (Red+Green+Blue) = 154+248+250=652 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.62% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AF8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF8FA is #650705. Grayscale: #DCDCDC. Windows color (decimal): -6620934 or 16447642. OLE color: 16447642.

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

Color convert

RGB 154 248 250 -
CMYK 0.38 0.01 0 0.02
HSL 181.25º 0.91% 0.79% -
HSV(B) 181.25º 0.38% 0.98% -
XYZ 64.15 80.91 102.68 -
YUV 220.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 154 248 250 0.38 0.01 0 0.02 181.25 0.91 0.79
Hex 9A F8 FA 26 1 0 2 B5 5B 4F
Octal 232 370 372 46 1 0 2 265 133 117
Binary 10011010 11111000 11111010 100110 1 0 10 10110101 1011011 1001111

Color Harmonies of #9AF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF8FA

Black with #9AF8FA

Text Example


Text Example

White with #9AF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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