Html Css Color HEX #9BFAF9 Pale Turquoise

📋 copy color: '#9BFAF9'

red 155 ◦ green 250 ◦ blue 249

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

Shades of Pale Turquoise #9BFAF9

Tints of Pale Turquoise #9BFAF9

RGB

 RED value IS 155 (60.94% from 255) = 23.7%

 GREEN value IS 250 (98.05% from 255) = 38.23%

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

R = 23.7%
G = 38.23%
B = 38.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#9BFAF9 (or 0x9BFAF9) is known color: Pale Turquoise. HEX triplet: 9B, FA and F9. RGB value is (155,250,249). Sum of RGB (Red+Green+Blue) = 155+250+249=654 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.70% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAF9 is #640506. Grayscale: #DDDDDD. Windows color (decimal): -6554887 or 16382619. OLE color: 16382619.

HSL color Cylindrical-coordinate representation of color #9BFAF9: hue angle of 179.37º degrees, saturation: 0.9, 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 #9BFAF9 is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 250 249 -
CMYK 0.38 0 0.00 0.02
HSL 179.37º 0.9% 0.79% -
HSV(B) 179.37º 0.38% 0.98% -
XYZ 64.8 82.18 102.07 -
YUV 221.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 155 250 249 0.38 0 0.00 0.02 179.37 0.9 0.79
Hex 9B FA F9 26 0 0 2 B3 5A 4F
Octal 233 372 371 46 0 0 2 263 132 117
Binary 10011011 11111010 11111001 100110 0 0 10 10110011 1011010 1001111

Color Harmonies of #9BFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFAF9

Black with #9BFAF9

Text Example


Text Example

White with #9BFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,250,249); }

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

background-color css

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

 a { background-color: rgb(155,250,249); }

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

border-color css

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

 span { border-color: rgb(155,250,249); }

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