Html Css Color HEX #7DDDD9 Spray

📋 copy color: '#7DDDD9'

red 125 ◦ green 221 ◦ blue 217

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

Shades of Spray #7DDDD9

Tints of Spray #7DDDD9

RGB

 RED value IS 125 (49.22% from 255) = 22.2%

 GREEN value IS 221 (86.72% from 255) = 39.25%

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 22.2%
G = 39.25%
B = 38.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#7DDDD9 (or 0x7DDDD9) is known color: Spray. HEX triplet: 7D, DD and D9. RGB value is (125,221,217). Sum of RGB (Red+Green+Blue) = 125+221+217=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDD9 is #822226. Grayscale: #BFBFBF. Windows color (decimal): -8528423 or 14278013. OLE color: 14278013.

HSL color Cylindrical-coordinate representation of color #7DDDD9: hue angle of 177.5º 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 #7DDDD9 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 217 -
CMYK 0.43 0 0.02 0.13
HSL 177.5º 0.59% 0.68% -
HSV(B) 177.5º 0.43% 0.87% -
XYZ 46.84 61.08 74.97 -
YUV 191.84 142.2 80.33 -
System Red Green Blue C M Y K H S L
Decimal 125 221 217 0.43 0 0.02 0.13 177.5 0.59 0.68
Hex 7D DD D9 2B 0 2 D B2 3B 44
Octal 175 335 331 53 0 2 15 262 73 104
Binary 1111101 11011101 11011001 101011 0 10 1101 10110010 111011 1000100

Color Harmonies of #7DDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDD9

Black with #7DDDD9

Text Example


Text Example

White with #7DDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,217); }

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

background-color css

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

 a { background-color: rgb(125,221,217); }

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

border-color css

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

 span { border-color: rgb(125,221,217); }

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