Html Css Color HEX #7DC9CC Spray

📋 copy color: '#7DC9CC'

red 125 ◦ green 201 ◦ blue 204

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

Shades of Spray #7DC9CC

Tints of Spray #7DC9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 23.58%
G = 37.92%
B = 38.49%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7DC9CC (or 0x7DC9CC) is known color: Spray. HEX triplet: 7D, C9 and CC. RGB value is (125,201,204). Sum of RGB (Red+Green+Blue) = 125+201+204=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DC9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC9CC is #823633. Grayscale: #B2B2B2. Windows color (decimal): -8533556 or 13420925. OLE color: 13420925.

HSL color Cylindrical-coordinate representation of color #7DC9CC: hue angle of 182.28º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DC9CC is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 201 204 -
CMYK 0.39 0.01 0 0.2
HSL 182.28º 0.44% 0.65% -
HSV(B) 182.28º 0.39% 0.8% -
XYZ 40.24 50.49 64.75 -
YUV 178.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 125 201 204 0.39 0.01 0 0.2 182.28 0.44 0.65
Hex 7D C9 CC 27 1 0 14 B6 2C 41
Octal 175 311 314 47 1 0 24 266 54 101
Binary 1111101 11001001 11001100 100111 1 0 10100 10110110 101100 1000001

Color Harmonies of #7DC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC9CC

Black with #7DC9CC

Text Example


Text Example

White with #7DC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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