Html Css Color HEX #7DC9CE Spray

📋 copy color: '#7DC9CE'

red 125 ◦ green 201 ◦ blue 206

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

Shades of Spray #7DC9CE

Tints of Spray #7DC9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 23.5%
G = 37.78%
B = 38.72%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DC9CE (or 0x7DC9CE) is known color: Spray. HEX triplet: 7D, C9 and CE. RGB value is (125,201,206). Sum of RGB (Red+Green+Blue) = 125+201+206=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DC9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC9CE is #823631. Grayscale: #B2B2B2. Windows color (decimal): -8533554 or 13551997. OLE color: 13551997.

HSL color Cylindrical-coordinate representation of color #7DC9CE: hue angle of 183.7º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DC9CE is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 201 206 -
CMYK 0.39 0.02 0 0.19
HSL 183.7º 0.45% 0.65% -
HSV(B) 183.7º 0.39% 0.81% -
XYZ 40.48 50.59 66.02 -
YUV 178.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 125 201 206 0.39 0.02 0 0.19 183.7 0.45 0.65
Hex 7D C9 CE 27 2 0 13 B8 2D 41
Octal 175 311 316 47 2 0 23 270 55 101
Binary 1111101 11001001 11001110 100111 10 0 10011 10111000 101101 1000001

Color Harmonies of #7DC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC9CE

Black with #7DC9CE

Text Example


Text Example

White with #7DC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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