Html Css Color HEX #7DC0DE Spray

📋 copy color: '#7DC0DE'

red 125 ◦ green 192 ◦ blue 222

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

Shades of Spray #7DC0DE

Tints of Spray #7DC0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 23.19%
G = 35.62%
B = 41.19%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DC0DE (or 0x7DC0DE) is known color: Spray. HEX triplet: 7D, C0 and DE. RGB value is (125,192,222). Sum of RGB (Red+Green+Blue) = 125+192+222=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DC0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC0DE is #823F21. Grayscale: #AFAFAF. Windows color (decimal): -8535842 or 14598269. OLE color: 14598269.

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

Color convert

RGB 125 192 222 -
CMYK 0.44 0.14 0 0.13
HSL 198.56º 0.6% 0.68% -
HSV(B) 198.56º 0.44% 0.87% -
XYZ 40.49 47.33 76.11 -
YUV 175.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 125 192 222 0.44 0.14 0 0.13 198.56 0.6 0.68
Hex 7D C0 DE 2C E 0 D C7 3C 44
Octal 175 300 336 54 16 0 15 307 74 104
Binary 1111101 11000000 11011110 101100 1110 0 1101 11000111 111100 1000100

Color Harmonies of #7DC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC0DE

Black with #7DC0DE

Text Example


Text Example

White with #7DC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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