Html Css Color HEX #7FCFA6 Vista Blue

📋 copy color: '#7FCFA6'

red 127 ◦ green 207 ◦ blue 166

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

Shades of Vista Blue #7FCFA6

Tints of Vista Blue #7FCFA6

RGB

 RED value IS 127 (50% from 255) = 25.4%

 GREEN value IS 207 (81.25% from 255) = 41.4%

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 25.4%
G = 41.4%
B = 33.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#7FCFA6 (or 0x7FCFA6) is known color: Vista Blue. HEX triplet: 7F, CF and A6. RGB value is (127,207,166). Sum of RGB (Red+Green+Blue) = 127+207+166=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCFA6 is #803059. Grayscale: #B2B2B2. Windows color (decimal): -8400986 or 10932095. OLE color: 10932095.

HSL color Cylindrical-coordinate representation of color #7FCFA6: hue angle of 149.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCFA6 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 166 -
CMYK 0.39 0 0.20 0.19
HSL 149.25º 0.45% 0.65% -
HSV(B) 149.25º 0.39% 0.81% -
XYZ 37.95 51.89 44.09 -
YUV 178.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 127 207 166 0.39 0 0.20 0.19 149.25 0.45 0.65
Hex 7F CF A6 27 0 14 13 95 2D 41
Octal 177 317 246 47 0 24 23 225 55 101
Binary 1111111 11001111 10100110 100111 0 10100 10011 10010101 101101 1000001

Color Harmonies of #7FCFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCFA6

Black with #7FCFA6

Text Example


Text Example

White with #7FCFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCFA6; }

 p { color: rgb(127,207,166); }

 H1.HeaderClassName
 {
   color: #7FCFA6;
 }
 .AnyTagClassName
 {
   color: #7FCFA6;
 }
</style>

background-color css

<style>
 a { background-color: #7FCFA6; }

 a { background-color: rgb(127,207,166); }

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

border-color css

<style>
 span { border-color: #7FCFA6; }

 span { border-color: rgb(127,207,166); }

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