Html Css Color HEX #7DCCDA Spray

📋 copy color: '#7DCCDA'

red 125 ◦ green 204 ◦ blue 218

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

Shades of Spray #7DCCDA

Tints of Spray #7DCCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.29%

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 22.85%
G = 37.29%
B = 39.85%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DCCDA (or 0x7DCCDA) is known color: Spray. HEX triplet: 7D, CC and DA. RGB value is (125,204,218). Sum of RGB (Red+Green+Blue) = 125+204+218=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DCCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCDA is #823325. Grayscale: #B5B5B5. Windows color (decimal): -8532774 or 14339197. OLE color: 14339197.

HSL color Cylindrical-coordinate representation of color #7DCCDA: hue angle of 189.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCCDA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 204 218 -
CMYK 0.43 0.06 0 0.15
HSL 189.03º 0.56% 0.67% -
HSV(B) 189.03º 0.43% 0.85% -
XYZ 42.71 52.61 74.23 -
YUV 181.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 125 204 218 0.43 0.06 0 0.15 189.03 0.56 0.67
Hex 7D CC DA 2B 6 0 F BD 38 43
Octal 175 314 332 53 6 0 17 275 70 103
Binary 1111101 11001100 11011010 101011 110 0 1111 10111101 111000 1000011

Color Harmonies of #7DCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCDA

Black with #7DCCDA

Text Example


Text Example

White with #7DCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,218); }

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

background-color css

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

 a { background-color: rgb(125,204,218); }

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

border-color css

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

 span { border-color: rgb(125,204,218); }

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