Html Css Color HEX #7DCCCF Spray

📋 copy color: '#7DCCCF'

red 125 ◦ green 204 ◦ blue 207

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

Shades of Spray #7DCCCF

Tints of Spray #7DCCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 23.32%
G = 38.06%
B = 38.62%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DCCCF (or 0x7DCCCF) is known color: Spray. HEX triplet: 7D, CC and CF. RGB value is (125,204,207). Sum of RGB (Red+Green+Blue) = 125+204+207=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DCCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCCF is #823330. Grayscale: #B4B4B4. Windows color (decimal): -8532785 or 13618301. OLE color: 13618301.

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

Color convert

RGB 125 204 207 -
CMYK 0.40 0.01 0 0.19
HSL 182.2º 0.46% 0.65% -
HSV(B) 182.2º 0.4% 0.81% -
XYZ 41.31 52.05 66.9 -
YUV 180.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 125 204 207 0.40 0.01 0 0.19 182.2 0.46 0.65
Hex 7D CC CF 28 1 0 13 B6 2E 41
Octal 175 314 317 50 1 0 23 266 56 101
Binary 1111101 11001100 11001111 101000 1 0 10011 10110110 101110 1000001

Color Harmonies of #7DCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCCF

Black with #7DCCCF

Text Example


Text Example

White with #7DCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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