Html Css Color HEX #7DD4DA Spray

📋 copy color: '#7DD4DA'

red 125 ◦ green 212 ◦ blue 218

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

Shades of Spray #7DD4DA

Tints of Spray #7DD4DA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.2%

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 22.52%
G = 38.2%
B = 39.28%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DD4DA (or 0x7DD4DA) is known color: Spray. HEX triplet: 7D, D4 and DA. RGB value is (125,212,218). Sum of RGB (Red+Green+Blue) = 125+212+218=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DD4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD4DA is #822B25. Grayscale: #BABABA. Windows color (decimal): -8530726 or 14341245. OLE color: 14341245.

HSL color Cylindrical-coordinate representation of color #7DD4DA: hue angle of 183.87º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DD4DA is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 212 218 -
CMYK 0.43 0.03 0 0.15
HSL 183.87º 0.56% 0.67% -
HSV(B) 183.87º 0.43% 0.85% -
XYZ 44.66 56.51 74.88 -
YUV 186.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 125 212 218 0.43 0.03 0 0.15 183.87 0.56 0.67
Hex 7D D4 DA 2B 3 0 F B8 38 43
Octal 175 324 332 53 3 0 17 270 70 103
Binary 1111101 11010100 11011010 101011 11 0 1111 10111000 111000 1000011

Color Harmonies of #7DD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD4DA

Black with #7DD4DA

Text Example


Text Example

White with #7DD4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,212,218); }

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

background-color css

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

 a { background-color: rgb(125,212,218); }

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

border-color css

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

 span { border-color: rgb(125,212,218); }

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