Html Css Color HEX #7DD2DF Spray

📋 copy color: '#7DD2DF'

red 125 ◦ green 210 ◦ blue 223

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

Shades of Spray #7DD2DF

Tints of Spray #7DD2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.63%

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

R = 22.4%
G = 37.63%
B = 39.96%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DD2DF (or 0x7DD2DF) is known color: Spray. HEX triplet: 7D, D2 and DF. RGB value is (125,210,223). Sum of RGB (Red+Green+Blue) = 125+210+223=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DD2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD2DF is #822D20. Grayscale: #B9B9B9. Windows color (decimal): -8531233 or 14668413. OLE color: 14668413.

HSL color Cylindrical-coordinate representation of color #7DD2DF: hue angle of 187.96º 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 #7DD2DF is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 210 223 -
CMYK 0.44 0.06 0 0.13
HSL 187.96º 0.6% 0.68% -
HSV(B) 187.96º 0.44% 0.87% -
XYZ 44.82 55.78 78.22 -
YUV 186.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 125 210 223 0.44 0.06 0 0.13 187.96 0.6 0.68
Hex 7D D2 DF 2C 6 0 D BC 3C 44
Octal 175 322 337 54 6 0 15 274 74 104
Binary 1111101 11010010 11011111 101100 110 0 1101 10111100 111100 1000100

Color Harmonies of #7DD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD2DF

Black with #7DD2DF

Text Example


Text Example

White with #7DD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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