Html Css Color HEX #7FDEDB Spray

📋 copy color: '#7FDEDB'

red 127 ◦ green 222 ◦ blue 219

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

Shades of Spray #7FDEDB

Tints of Spray #7FDEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.08%

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 22.36%
G = 39.08%
B = 38.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#7FDEDB (or 0x7FDEDB) is known color: Spray. HEX triplet: 7F, DE and DB. RGB value is (127,222,219). Sum of RGB (Red+Green+Blue) = 127+222+219=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDEDB is #802124. Grayscale: #C1C1C1. Windows color (decimal): -8397093 or 14409343. OLE color: 14409343.

HSL color Cylindrical-coordinate representation of color #7FDEDB: hue angle of 178.11º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDEDB is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 222 219 -
CMYK 0.43 0 0.01 0.13
HSL 178.11º 0.59% 0.68% -
HSV(B) 178.11º 0.43% 0.87% -
XYZ 47.66 61.87 76.45 -
YUV 193.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 127 222 219 0.43 0 0.01 0.13 178.11 0.59 0.68
Hex 7F DE DB 2B 0 1 D B2 3B 44
Octal 177 336 333 53 0 1 15 262 73 104
Binary 1111111 11011110 11011011 101011 0 1 1101 10110010 111011 1000100

Color Harmonies of #7FDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDEDB

Black with #7FDEDB

Text Example


Text Example

White with #7FDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,222,219); }

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

background-color css

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

 a { background-color: rgb(127,222,219); }

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

border-color css

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

 span { border-color: rgb(127,222,219); }

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