Html Css Color HEX #7DCDDA Spray

📋 copy color: '#7DCDDA'

red 125 ◦ green 205 ◦ blue 218

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

Shades of Spray #7DCDDA

Tints of Spray #7DCDDA

RGB

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

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

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

R = 22.81%
G = 37.41%
B = 39.78%

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

#7DCDDA (or 0x7DCDDA) is known color: Spray. HEX triplet: 7D, CD and DA. RGB value is (125,205,218). Sum of RGB (Red+Green+Blue) = 125+205+218=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DCDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDDA is #823225. Grayscale: #B6B6B6. Windows color (decimal): -8532518 or 14339453. OLE color: 14339453.

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

Color convert

RGB 125 205 218 -
CMYK 0.43 0.06 0 0.15
HSL 188.39º 0.56% 0.67% -
HSV(B) 188.39º 0.43% 0.85% -
XYZ 42.94 53.08 74.31 -
YUV 182.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 125 205 218 0.43 0.06 0 0.15 188.39 0.56 0.67
Hex 7D CD DA 2B 6 0 F BC 38 43
Octal 175 315 332 53 6 0 17 274 70 103
Binary 1111101 11001101 11011010 101011 110 0 1111 10111100 111000 1000011

Color Harmonies of #7DCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCDDA

Black with #7DCDDA

Text Example


Text Example

White with #7DCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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