Html Css Color HEX #7CC7CE Spray

📋 copy color: '#7CC7CE'

red 124 ◦ green 199 ◦ blue 206

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

Shades of Spray #7CC7CE

Tints of Spray #7CC7CE

RGB

 RED value IS 124 (48.83% from 255) = 23.44%

 GREEN value IS 199 (78.13% from 255) = 37.62%

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

R = 23.44%
G = 37.62%
B = 38.94%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CC7CE (or 0x7CC7CE) is known color: Spray. HEX triplet: 7C, C7 and CE. RGB value is (124,199,206). Sum of RGB (Red+Green+Blue) = 124+199+206=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC7CE is #833831. Grayscale: #B1B1B1. Windows color (decimal): -8599602 or 13551484. OLE color: 13551484.

HSL color Cylindrical-coordinate representation of color #7CC7CE: hue angle of 185.12º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CC7CE is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 199 206 -
CMYK 0.40 0.03 0 0.19
HSL 185.12º 0.46% 0.65% -
HSV(B) 185.12º 0.4% 0.81% -
XYZ 39.88 49.59 65.86 -
YUV 177.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 124 199 206 0.40 0.03 0 0.19 185.12 0.46 0.65
Hex 7C C7 CE 28 3 0 13 B9 2E 41
Octal 174 307 316 50 3 0 23 271 56 101
Binary 1111100 11000111 11001110 101000 11 0 10011 10111001 101110 1000001

Color Harmonies of #7CC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC7CE

Black with #7CC7CE

Text Example


Text Example

White with #7CC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,199,206); }

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

background-color css

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

 a { background-color: rgb(124,199,206); }

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

border-color css

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

 span { border-color: rgb(124,199,206); }

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