Html Css Color HEX #7DD5DB Spray

📋 copy color: '#7DD5DB'

red 125 ◦ green 213 ◦ blue 219

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

Shades of Spray #7DD5DB

Tints of Spray #7DD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.24%

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

R = 22.44%
G = 38.24%
B = 39.32%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DD5DB (or 0x7DD5DB) is known color: Spray. HEX triplet: 7D, D5 and DB. RGB value is (125,213,219). Sum of RGB (Red+Green+Blue) = 125+213+219=557 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.44% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DD5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD5DB is #822A24. Grayscale: #BBBBBB. Windows color (decimal): -8530469 or 14407037. OLE color: 14407037.

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

Color convert

RGB 125 213 219 -
CMYK 0.43 0.03 0 0.14
HSL 183.83º 0.57% 0.67% -
HSV(B) 183.83º 0.43% 0.86% -
XYZ 45.04 57.06 75.66 -
YUV 187.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 125 213 219 0.43 0.03 0 0.14 183.83 0.57 0.67
Hex 7D D5 DB 2B 3 0 E B8 39 43
Octal 175 325 333 53 3 0 16 270 71 103
Binary 1111101 11010101 11011011 101011 11 0 1110 10111000 111001 1000011

Color Harmonies of #7DD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD5DB

Black with #7DD5DB

Text Example


Text Example

White with #7DD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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