Html Css Color HEX #7DCFCE Spray

📋 copy color: '#7DCFCE'

red 125 ◦ green 207 ◦ blue 206

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

Shades of Spray #7DCFCE

Tints of Spray #7DCFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.48%

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

R = 23.23%
G = 38.48%
B = 38.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#7DCFCE (or 0x7DCFCE) is known color: Spray. HEX triplet: 7D, CF and CE. RGB value is (125,207,206). Sum of RGB (Red+Green+Blue) = 125+207+206=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFCE is #823031. Grayscale: #B6B6B6. Windows color (decimal): -8532018 or 13553533. OLE color: 13553533.

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

Color convert

RGB 125 207 206 -
CMYK 0.40 0 0.00 0.19
HSL 179.27º 0.46% 0.65% -
HSV(B) 179.27º 0.4% 0.81% -
XYZ 41.91 53.44 66.5 -
YUV 182.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 125 207 206 0.40 0 0.00 0.19 179.27 0.46 0.65
Hex 7D CF CE 28 0 0 13 B3 2E 41
Octal 175 317 316 50 0 0 23 263 56 101
Binary 1111101 11001111 11001110 101000 0 0 10011 10110011 101110 1000001

Color Harmonies of #7DCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCFCE

Black with #7DCFCE

Text Example


Text Example

White with #7DCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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