Html Css Color HEX #7DD1DB Spray

📋 copy color: '#7DD1DB'

red 125 ◦ green 209 ◦ blue 219

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

Shades of Spray #7DD1DB

Tints of Spray #7DD1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.79%

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 22.6%
G = 37.79%
B = 39.6%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DD1DB (or 0x7DD1DB) is known color: Spray. HEX triplet: 7D, D1 and DB. RGB value is (125,209,219). Sum of RGB (Red+Green+Blue) = 125+209+219=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DD1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD1DB is #822E24. Grayscale: #B8B8B8. Windows color (decimal): -8531493 or 14406013. OLE color: 14406013.

HSL color Cylindrical-coordinate representation of color #7DD1DB: hue angle of 186.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DD1DB is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 209 219 -
CMYK 0.43 0.05 0 0.14
HSL 186.38º 0.57% 0.67% -
HSV(B) 186.38º 0.43% 0.86% -
XYZ 44.04 55.08 75.33 -
YUV 185.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 125 209 219 0.43 0.05 0 0.14 186.38 0.57 0.67
Hex 7D D1 DB 2B 5 0 E BA 39 43
Octal 175 321 333 53 5 0 16 272 71 103
Binary 1111101 11010001 11011011 101011 101 0 1110 10111010 111001 1000011

Color Harmonies of #7DD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD1DB

Black with #7DD1DB

Text Example


Text Example

White with #7DD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,209,219); }

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

background-color css

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

 a { background-color: rgb(125,209,219); }

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

border-color css

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

 span { border-color: rgb(125,209,219); }

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