Html Css Color HEX #7FEEAF Vista Blue

📋 copy color: '#7FEEAF'

red 127 ◦ green 238 ◦ blue 175

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

Shades of Vista Blue #7FEEAF

Tints of Vista Blue #7FEEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.07%

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 23.52%
G = 44.07%
B = 32.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#7FEEAF (or 0x7FEEAF) is known color: Vista Blue. HEX triplet: 7F, EE and AF. RGB value is (127,238,175). Sum of RGB (Red+Green+Blue) = 127+238+175=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEEAF is #801150. Grayscale: #C5C5C5. Windows color (decimal): -8393041 or 11529855. OLE color: 11529855.

HSL color Cylindrical-coordinate representation of color #7FEEAF: hue angle of 145.95º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEEAF is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 238 175 -
CMYK 0.47 0 0.26 0.07
HSL 145.95º 0.77% 0.72% -
HSV(B) 145.95º 0.47% 0.93% -
XYZ 47.06 68.76 51.35 -
YUV 197.63 115.23 77.62 -
System Red Green Blue C M Y K H S L
Decimal 127 238 175 0.47 0 0.26 0.07 145.95 0.77 0.72
Hex 7F EE AF 2F 0 1A 7 92 4D 48
Octal 177 356 257 57 0 32 7 222 115 110
Binary 1111111 11101110 10101111 101111 0 11010 111 10010010 1001101 1001000

Color Harmonies of #7FEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEEAF

Black with #7FEEAF

Text Example


Text Example

White with #7FEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,238,175); }

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

background-color css

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

 a { background-color: rgb(127,238,175); }

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

border-color css

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

 span { border-color: rgb(127,238,175); }

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