Html Css Color HEX #7DCFDD Spray

📋 copy color: '#7DCFDD'

red 125 ◦ green 207 ◦ blue 221

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

Shades of Spray #7DCFDD

Tints of Spray #7DCFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.43%

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

R = 22.6%
G = 37.43%
B = 39.96%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DCFDD (or 0x7DCFDD) is known color: Spray. HEX triplet: 7D, CF and DD. RGB value is (125,207,221). Sum of RGB (Red+Green+Blue) = 125+207+221=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DCFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFDD is #823022. Grayscale: #B7B7B7. Windows color (decimal): -8532003 or 14536573. OLE color: 14536573.

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

Color convert

RGB 125 207 221 -
CMYK 0.43 0.06 0 0.13
HSL 188.75º 0.59% 0.68% -
HSV(B) 188.75º 0.43% 0.87% -
XYZ 43.82 54.21 76.56 -
YUV 184.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 125 207 221 0.43 0.06 0 0.13 188.75 0.59 0.68
Hex 7D CF DD 2B 6 0 D BD 3B 44
Octal 175 317 335 53 6 0 15 275 73 104
Binary 1111101 11001111 11011101 101011 110 0 1101 10111101 111011 1000100

Color Harmonies of #7DCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCFDD

Black with #7DCFDD

Text Example


Text Example

White with #7DCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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