Html Css Color HEX #7DDEDB Spray

📋 copy color: '#7DDEDB'

red 125 ◦ green 222 ◦ blue 219

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

Shades of Spray #7DDEDB

Tints of Spray #7DDEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.22%

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

R = 22.08%
G = 39.22%
B = 38.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#7DDEDB (or 0x7DDEDB) is known color: Spray. HEX triplet: 7D, DE and DB. RGB value is (125,222,219). Sum of RGB (Red+Green+Blue) = 125+222+219=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDEDB is #822124. Grayscale: #C0C0C0. Windows color (decimal): -8528165 or 14409341. OLE color: 14409341.

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

Color convert

RGB 125 222 219 -
CMYK 0.44 0 0.01 0.13
HSL 178.14º 0.6% 0.68% -
HSV(B) 178.14º 0.44% 0.87% -
XYZ 47.36 61.72 76.43 -
YUV 192.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 125 222 219 0.44 0 0.01 0.13 178.14 0.6 0.68
Hex 7D DE DB 2C 0 1 D B2 3C 44
Octal 175 336 333 54 0 1 15 262 74 104
Binary 1111101 11011110 11011011 101100 0 1 1101 10110010 111100 1000100

Color Harmonies of #7DDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEDB

Black with #7DDEDB

Text Example


Text Example

White with #7DDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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