Html Css Color HEX #7DCCCE Spray

📋 copy color: '#7DCCCE'

red 125 ◦ green 204 ◦ blue 206

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

Shades of Spray #7DCCCE

Tints of Spray #7DCCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 23.36%
G = 38.13%
B = 38.5%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DCCCE (or 0x7DCCCE) is known color: Spray. HEX triplet: 7D, CC and CE. RGB value is (125,204,206). Sum of RGB (Red+Green+Blue) = 125+204+206=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCCE is #823331. Grayscale: #B4B4B4. Windows color (decimal): -8532786 or 13552765. OLE color: 13552765.

HSL color Cylindrical-coordinate representation of color #7DCCCE: hue angle of 181.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCCE is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 204 206 -
CMYK 0.39 0.01 0 0.19
HSL 181.48º 0.45% 0.65% -
HSV(B) 181.48º 0.39% 0.81% -
XYZ 41.19 52 66.26 -
YUV 180.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 125 204 206 0.39 0.01 0 0.19 181.48 0.45 0.65
Hex 7D CC CE 27 1 0 13 B5 2D 41
Octal 175 314 316 47 1 0 23 265 55 101
Binary 1111101 11001100 11001110 100111 1 0 10011 10110101 101101 1000001

Color Harmonies of #7DCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCCE

Black with #7DCCCE

Text Example


Text Example

White with #7DCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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