Html Css Color HEX #7DCEDF Spray

📋 copy color: '#7DCEDF'

red 125 ◦ green 206 ◦ blue 223

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

Shades of Spray #7DCEDF

Tints of Spray #7DCEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 22.56%
G = 37.18%
B = 40.25%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DCEDF (or 0x7DCEDF) is known color: Spray. HEX triplet: 7D, CE and DF. RGB value is (125,206,223). Sum of RGB (Red+Green+Blue) = 125+206+223=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DCEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEDF is #823120. Grayscale: #B7B7B7. Windows color (decimal): -8532257 or 14667389. OLE color: 14667389.

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

Color convert

RGB 125 206 223 -
CMYK 0.44 0.08 0 0.13
HSL 190.41º 0.6% 0.68% -
HSV(B) 190.41º 0.44% 0.87% -
XYZ 43.85 53.83 77.89 -
YUV 183.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 125 206 223 0.44 0.08 0 0.13 190.41 0.6 0.68
Hex 7D CE DF 2C 8 0 D BE 3C 44
Octal 175 316 337 54 10 0 15 276 74 104
Binary 1111101 11001110 11011111 101100 1000 0 1101 10111110 111100 1000100

Color Harmonies of #7DCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEDF

Black with #7DCEDF

Text Example


Text Example

White with #7DCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,223); }

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

background-color css

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

 a { background-color: rgb(125,206,223); }

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

border-color css

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

 span { border-color: rgb(125,206,223); }

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