Html Css Color HEX #7DCDDD Spray

📋 copy color: '#7DCDDD'

red 125 ◦ green 205 ◦ blue 221

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

Shades of Spray #7DCDDD

Tints of Spray #7DCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.21%

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 22.69%
G = 37.21%
B = 40.11%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DCDDD (or 0x7DCDDD) is known color: Spray. HEX triplet: 7D, CD and DD. RGB value is (125,205,221). Sum of RGB (Red+Green+Blue) = 125+205+221=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDDD is #823222. Grayscale: #B6B6B6. Windows color (decimal): -8532515 or 14536061. OLE color: 14536061.

HSL color Cylindrical-coordinate representation of color #7DCDDD: hue angle of 190º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCDDD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 205 221 -
CMYK 0.43 0.07 0 0.13
HSL 190º 0.59% 0.68% -
HSV(B) 190º 0.43% 0.87% -
XYZ 43.34 53.24 76.4 -
YUV 182.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 125 205 221 0.43 0.07 0 0.13 190 0.59 0.68
Hex 7D CD DD 2B 7 0 D BE 3B 44
Octal 175 315 335 53 7 0 15 276 73 104
Binary 1111101 11001101 11011101 101011 111 0 1101 10111110 111011 1000100

Color Harmonies of #7DCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCDDD

Black with #7DCDDD

Text Example


Text Example

White with #7DCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,221); }

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

background-color css

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

 a { background-color: rgb(125,205,221); }

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

border-color css

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

 span { border-color: rgb(125,205,221); }

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