Html Css Color HEX #7DC7E3 Spray

📋 copy color: '#7DC7E3'

red 125 ◦ green 199 ◦ blue 227

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

Shades of Spray #7DC7E3

Tints of Spray #7DC7E3

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.12%

 BLUE value IS 227 (89.06% from 255) = 41.2%

R = 22.69%
G = 36.12%
B = 41.2%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7DC7E3 (or 0x7DC7E3) is known color: Spray. HEX triplet: 7D, C7 and E3. RGB value is (125,199,227). Sum of RGB (Red+Green+Blue) = 125+199+227=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #7DC7E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC7E3 is #82381C. Grayscale: #B3B3B3. Windows color (decimal): -8534045 or 14927741. OLE color: 14927741.

HSL color Cylindrical-coordinate representation of color #7DC7E3: hue angle of 196.47º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DC7E3 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 199 227 -
CMYK 0.45 0.12 0 0.11
HSL 196.47º 0.65% 0.69% -
HSV(B) 196.47º 0.45% 0.89% -
XYZ 42.75 50.75 80.22 -
YUV 180.07 154.48 88.72 -
System Red Green Blue C M Y K H S L
Decimal 125 199 227 0.45 0.12 0 0.11 196.47 0.65 0.69
Hex 7D C7 E3 2D C 0 B C4 41 45
Octal 175 307 343 55 14 0 13 304 101 105
Binary 1111101 11000111 11100011 101101 1100 0 1011 11000100 1000001 1000101

Color Harmonies of #7DC7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC7E3

Black with #7DC7E3

Text Example


Text Example

White with #7DC7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,199,227); }

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

background-color css

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

 a { background-color: rgb(125,199,227); }

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

border-color css

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

 span { border-color: rgb(125,199,227); }

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