Html Css Color HEX #9AFBE8 Pale Turquoise

📋 copy color: '#9AFBE8'

red 154 ◦ green 251 ◦ blue 232

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

Shades of Pale Turquoise #9AFBE8

Tints of Pale Turquoise #9AFBE8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.4%

 BLUE value IS 232 (91.02% from 255) = 36.42%

R = 24.18%
G = 39.4%
B = 36.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#9AFBE8 (or 0x9AFBE8) is known color: Pale Turquoise. HEX triplet: 9A, FB and E8. RGB value is (154,251,232). Sum of RGB (Red+Green+Blue) = 154+251+232=637 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.18% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBE8 is #650417. Grayscale: #DBDBDB. Windows color (decimal): -6620184 or 15268762. OLE color: 15268762.

HSL color Cylindrical-coordinate representation of color #9AFBE8: hue angle of 168.25º 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 #9AFBE8 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 251 232 -
CMYK 0.39 0 0.08 0.02
HSL 168.25º 0.92% 0.79% -
HSV(B) 168.25º 0.39% 0.98% -
XYZ 62.39 81.69 88.82 -
YUV 219.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 154 251 232 0.39 0 0.08 0.02 168.25 0.92 0.79
Hex 9A FB E8 27 0 8 2 A8 5C 4F
Octal 232 373 350 47 0 10 2 250 134 117
Binary 10011010 11111011 11101000 100111 0 1000 10 10101000 1011100 1001111

Color Harmonies of #9AFBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFBE8

Black with #9AFBE8

Text Example


Text Example

White with #9AFBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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