Html Css Color HEX #7DD3DB Spray

📋 copy color: '#7DD3DB'

red 125 ◦ green 211 ◦ blue 219

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

Shades of Spray #7DD3DB

Tints of Spray #7DD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.02%

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

R = 22.52%
G = 38.02%
B = 39.46%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DD3DB (or 0x7DD3DB) is known color: Spray. HEX triplet: 7D, D3 and DB. RGB value is (125,211,219). Sum of RGB (Red+Green+Blue) = 125+211+219=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DD3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD3DB is #822C24. Grayscale: #BABABA. Windows color (decimal): -8530981 or 14406525. OLE color: 14406525.

HSL color Cylindrical-coordinate representation of color #7DD3DB: hue angle of 185.11º 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 #7DD3DB is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 211 219 -
CMYK 0.43 0.04 0 0.14
HSL 185.11º 0.57% 0.67% -
HSV(B) 185.11º 0.43% 0.86% -
XYZ 44.54 56.06 75.49 -
YUV 186.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 125 211 219 0.43 0.04 0 0.14 185.11 0.57 0.67
Hex 7D D3 DB 2B 4 0 E B9 39 43
Octal 175 323 333 53 4 0 16 271 71 103
Binary 1111101 11010011 11011011 101011 100 0 1110 10111001 111001 1000011

Color Harmonies of #7DD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD3DB

Black with #7DD3DB

Text Example


Text Example

White with #7DD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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