Html Css Color HEX #7DCACC Spray

📋 copy color: '#7DCACC'

red 125 ◦ green 202 ◦ blue 204

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

Shades of Spray #7DCACC

Tints of Spray #7DCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.04%

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

R = 23.54%
G = 38.04%
B = 38.42%

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

#7DCACC (or 0x7DCACC) is known color: Spray. HEX triplet: 7D, CA and CC. RGB value is (125,202,204). Sum of RGB (Red+Green+Blue) = 125+202+204=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCACC is #823533. Grayscale: #B3B3B3. Windows color (decimal): -8533300 or 13421181. OLE color: 13421181.

HSL color Cylindrical-coordinate representation of color #7DCACC: hue angle of 181.52º 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 #7DCACC is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 202 204 -
CMYK 0.39 0.01 0 0.2
HSL 181.52º 0.44% 0.65% -
HSV(B) 181.52º 0.39% 0.8% -
XYZ 40.48 50.96 64.83 -
YUV 179.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 125 202 204 0.39 0.01 0 0.2 181.52 0.44 0.65
Hex 7D CA CC 27 1 0 14 B6 2C 41
Octal 175 312 314 47 1 0 24 266 54 101
Binary 1111101 11001010 11001100 100111 1 0 10100 10110110 101100 1000001

Color Harmonies of #7DCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCACC

Black with #7DCACC

Text Example


Text Example

White with #7DCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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