Html Css Color HEX #7FCACC Spray

📋 copy color: '#7FCACC'

red 127 ◦ green 202 ◦ blue 204

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

Shades of Spray #7FCACC

Tints of Spray #7FCACC

RGB

 RED value IS 127 (50% from 255) = 23.83%

 GREEN value IS 202 (79.3% from 255) = 37.9%

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 23.83%
G = 37.9%
B = 38.27%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7FCACC (or 0x7FCACC) is known color: Spray. HEX triplet: 7F, CA and CC. RGB value is (127,202,204). Sum of RGB (Red+Green+Blue) = 127+202+204=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCACC is #803533. Grayscale: #B3B3B3. Windows color (decimal): -8402228 or 13421183. OLE color: 13421183.

HSL color Cylindrical-coordinate representation of color #7FCACC: hue angle of 181.56º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCACC is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 202 204 -
CMYK 0.38 0.01 0 0.2
HSL 181.56º 0.43% 0.65% -
HSV(B) 181.56º 0.38% 0.8% -
XYZ 40.77 51.11 64.84 -
YUV 179.8 141.65 90.34 -
System Red Green Blue C M Y K H S L
Decimal 127 202 204 0.38 0.01 0 0.2 181.56 0.43 0.65
Hex 7F CA CC 26 1 0 14 B6 2B 41
Octal 177 312 314 46 1 0 24 266 53 101
Binary 1111111 11001010 11001100 100110 1 0 10100 10110110 101011 1000001

Color Harmonies of #7FCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCACC

Black with #7FCACC

Text Example


Text Example

White with #7FCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,202,204); }

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

background-color css

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

 a { background-color: rgb(127,202,204); }

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

border-color css

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

 span { border-color: rgb(127,202,204); }

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