Html Css Color HEX #7DC3CE Spray

📋 copy color: '#7DC3CE'

red 125 ◦ green 195 ◦ blue 206

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

Shades of Spray #7DC3CE

Tints of Spray #7DC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.07%

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

R = 23.76%
G = 37.07%
B = 39.16%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DC3CE (or 0x7DC3CE) is known color: Spray. HEX triplet: 7D, C3 and CE. RGB value is (125,195,206). Sum of RGB (Red+Green+Blue) = 125+195+206=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DC3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC3CE is #823C31. Grayscale: #AFAFAF. Windows color (decimal): -8535090 or 13550461. OLE color: 13550461.

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

Color convert

RGB 125 195 206 -
CMYK 0.39 0.05 0 0.19
HSL 188.15º 0.45% 0.65% -
HSV(B) 188.15º 0.39% 0.81% -
XYZ 39.11 47.85 65.57 -
YUV 175.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 125 195 206 0.39 0.05 0 0.19 188.15 0.45 0.65
Hex 7D C3 CE 27 5 0 13 BC 2D 41
Octal 175 303 316 47 5 0 23 274 55 101
Binary 1111101 11000011 11001110 100111 101 0 10011 10111100 101101 1000001

Color Harmonies of #7DC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC3CE

Black with #7DC3CE

Text Example


Text Example

White with #7DC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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