Html Css Color HEX #7DCFDF Spray

📋 copy color: '#7DCFDF'

red 125 ◦ green 207 ◦ blue 223

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

Shades of Spray #7DCFDF

Tints of Spray #7DCFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 22.52%
G = 37.3%
B = 40.18%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DCFDF (or 0x7DCFDF) is known color: Spray. HEX triplet: 7D, CF and DF. RGB value is (125,207,223). Sum of RGB (Red+Green+Blue) = 125+207+223=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DCFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFDF is #823020. Grayscale: #B8B8B8. Windows color (decimal): -8532001 or 14667645. OLE color: 14667645.

HSL color Cylindrical-coordinate representation of color #7DCFDF: hue angle of 189.8º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DCFDF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 207 223 -
CMYK 0.44 0.07 0 0.13
HSL 189.8º 0.6% 0.68% -
HSV(B) 189.8º 0.44% 0.87% -
XYZ 44.09 54.31 77.97 -
YUV 184.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 125 207 223 0.44 0.07 0 0.13 189.8 0.6 0.68
Hex 7D CF DF 2C 7 0 D BE 3C 44
Octal 175 317 337 54 7 0 15 276 74 104
Binary 1111101 11001111 11011111 101100 111 0 1101 10111110 111100 1000100

Color Harmonies of #7DCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCFDF

Black with #7DCFDF

Text Example


Text Example

White with #7DCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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