Html Css Color HEX #7DC9CF Spray

📋 copy color: '#7DC9CF'

red 125 ◦ green 201 ◦ blue 207

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

Shades of Spray #7DC9CF

Tints of Spray #7DC9CF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.71%

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 23.45%
G = 37.71%
B = 38.84%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DC9CF (or 0x7DC9CF) is known color: Spray. HEX triplet: 7D, C9 and CF. RGB value is (125,201,207). Sum of RGB (Red+Green+Blue) = 125+201+207=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DC9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC9CF is #823630. Grayscale: #B2B2B2. Windows color (decimal): -8533553 or 13617533. OLE color: 13617533.

HSL color Cylindrical-coordinate representation of color #7DC9CF: hue angle of 184.39º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DC9CF is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 201 207 -
CMYK 0.40 0.03 0 0.19
HSL 184.39º 0.46% 0.65% -
HSV(B) 184.39º 0.4% 0.81% -
XYZ 40.61 50.64 66.67 -
YUV 178.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 125 201 207 0.40 0.03 0 0.19 184.39 0.46 0.65
Hex 7D C9 CF 28 3 0 13 B8 2E 41
Octal 175 311 317 50 3 0 23 270 56 101
Binary 1111101 11001001 11001111 101000 11 0 10011 10111000 101110 1000001

Color Harmonies of #7DC9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC9CF

Black with #7DC9CF

Text Example


Text Example

White with #7DC9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,201,207); }

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

background-color css

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

 a { background-color: rgb(125,201,207); }

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

border-color css

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

 span { border-color: rgb(125,201,207); }

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